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.
This commit is contained in:
parent
097d423275
commit
7dd60abb11
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
border: 1px solid rgb(109, 149, 224);
|
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="true"],
|
||||||
.zotero-clicky.selected {
|
.zotero-clicky.selected {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in a new issue