From 7dd60abb11d637e0bc1bb581a337a3bf1554f369 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Fri, 10 Jun 2022 11:41:04 -0500 Subject: [PATCH] fx-compat: Exclude menulist from clicky :active styling Menulists only get :active for the split second when they're clicked but the menupopup hasn't yet been shown. --- scss/components/_clicky.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_clicky.scss b/scss/components/_clicky.scss index 0e41fab2b3..5074134583 100644 --- a/scss/components/_clicky.scss +++ b/scss/components/_clicky.scss @@ -39,7 +39,7 @@ border: 1px solid rgb(109, 149, 224); } -.zotero-clicky:not([disabled=true]):not(.disabled):active, +.zotero-clicky:not([disabled=true]):not(.disabled):not(menulist):active, .zotero-clicky[selected="true"], .zotero-clicky.selected { color: white;