Advanced Search: Remove dropmarker hover/active/open background

Fixes #3661
This commit is contained in:
Abe Jellinek 2024-02-07 14:51:25 -05:00
parent 88482bd776
commit bf17e5162e

View file

@ -67,6 +67,10 @@ zoterosearch {
justify-self: start;
margin-inline-start: 12px;
align-self: center;
&:hover, &:active, &[open] {
background: none;
}
}
zoterosearchtextbox[hasOptions="true"] #search-textbox {