mirror of
https://github.com/zotero/zotero.git
synced 2026-09-11 22:51:15 +00:00
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…
Add table
Reference in a new issue