mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +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);
|
font-size: var(--theme-font-size-sm);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
opacity: 0.8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading:hover {
|
.heading:hover {
|
||||||
@@ -39,3 +38,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.items button:focus-visible {
|
||||||
|
outline: 2px solid var(--theme-colors-primary);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user