mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-09 17:52:32 +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);
|
transform: scale(.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root .icon-action:not(.global-menu-button):focus-visible {
|
||||||
|
outline: 2px solid var(--input-focus-outline-color);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Input boxes
|
* Input boxes
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user