mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-09 09:42:28 +08:00
style(next): icon buttons: add a style for the visible focus state
This commit is contained in:
parent
f2f0bf3e10
commit
9cfd01200a
@ -105,6 +105,10 @@ button.btn.btn-success kbd {
|
||||
transform: scale(.85);
|
||||
}
|
||||
|
||||
:root .icon-action:not(.global-menu-button):focus-visible {
|
||||
outline: 2px solid var(--input-focus-outline-color);
|
||||
}
|
||||
|
||||
/*
|
||||
* Input boxes
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user