mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
style(next)/quick search: avoid text shadow for the focused search result items
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user