mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-25 22:41:36 +08:00
style(next): add visual cues for the input action buttons when focused via keyboard
This commit is contained in:
parent
707d406ee9
commit
9724b19cd2
@ -106,6 +106,13 @@ input::selection,
|
|||||||
--muted-text-color: var(--input-action-button-hover);
|
--muted-text-color: var(--input-action-button-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group button:focus-visible,
|
||||||
|
.input-group a:focus-visible {
|
||||||
|
outline: transparent;
|
||||||
|
border: transparent;
|
||||||
|
text-shadow: 0 0 3px var(--input-action-button-hover);
|
||||||
|
}
|
||||||
|
|
||||||
.input-group a.disabled {
|
.input-group a.disabled {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
/* Workaround to set the "background" property. */
|
/* Workaround to set the "background" property. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user