From 291f014f088bec5533f90838cfb8d2a610d72ac6 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 12 Nov 2021 09:00:15 +0900 Subject: [PATCH] Fix: Animate - Remove menu, menuitem hover effect #268 --- userChrome.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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; }