Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] mail: DiscussSidebar hover doesn't flicker on mouse-hovering
Mouse-hovering items when discuss sidebar is compact result in some style flickering on im status icon. This happens because the items are button and they need `bg-inherit`. Due to CSS specificity, however, the classname is not enough, so we need `!important` in CSS, which is what this commit does to fix the issue. closes odoo#182462 X-original-commit: 7c02888 Signed-off-by: Alexandre Kühn (aku) <[email protected]>
- Loading branch information