diff --git a/userChrome.css b/userChrome.css index 07e582b..922f336 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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; }