Advanced Search: Remove dropmarker hover/active/open background
Fixes #3661
This commit is contained in:
parent
88482bd776
commit
bf17e5162e
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue