Fix: Animate - Remove menu, menuitem hover effect #268

This commit is contained in:
alstjr7375 2021-11-12 09:00:15 +09:00
parent b64d90f3f0
commit 291f014f08

View file

@ -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;
}