mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-25 22:41:36 +08:00
style(next): fix the quick search box
This commit is contained in:
parent
c2dbf0a463
commit
edd39ad0db
@ -260,6 +260,12 @@ div.quick-search {
|
||||
padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
|
||||
}
|
||||
|
||||
div.quick-search, div.quick-search:hover, div.quick-search:focus-within {
|
||||
/* Prevent changes to background and outline when the state of the input group changes */
|
||||
background: transparent;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.quick-search::before {
|
||||
/* The background rectangle of the search box */
|
||||
position: absolute;
|
||||
|
Loading…
x
Reference in New Issue
Block a user