mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 07:12:56 -08:00
Fix: Animate - Remove menu, menuitem hover effect #268
This commit is contained in:
parent
b64d90f3f0
commit
291f014f08
1 changed files with 3 additions and 5 deletions
|
|
@ -2485,14 +2485,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
menu,
|
||||
menuitem,
|
||||
.subviewbutton {
|
||||
/* treechildren::-moz-tree-row: Can't apply */
|
||||
/* treechildren::-moz-tree-row: Can't apply
|
||||
menu, menuitem is not apply.
|
||||
*/
|
||||
transition: background-color 0.5s var(--animation-easing-function) !important;
|
||||
}
|
||||
menu:hover,
|
||||
menuitem:hover,
|
||||
.subviewbutton:hover {
|
||||
transition: background-color 0.1s var(--animation-easing-function) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue