mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
improve visibily of keyboard-focused search items
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
font-size: var(--theme-font-size-sm);
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.heading:hover {
|
||||
@@ -39,3 +38,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.items button:focus-visible {
|
||||
outline: 2px solid var(--theme-colors-primary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user