mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
style(next)/quick search: avoid text shadow for the focused search result items
This commit is contained in:
parent
bef485c676
commit
cb65d02dc6
@ -267,7 +267,7 @@ input::selection,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input-group button:focus-visible,
|
.input-group button:focus-visible,
|
||||||
.input-group a:focus-visible {
|
.input-group a:focus-visible:not(.dropdown-item) {
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
outline: transparent;
|
outline: transparent;
|
||||||
border: transparent;
|
border: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user