mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
style(next)/launcher bar: use a custom focus rectangle for the global menu button
This commit is contained in:
parent
eb13b34429
commit
c93ac0445e
@ -247,11 +247,13 @@ body.layout-horizontal > .horizontal {
|
||||
font-size: var(--launcher-pane-icon-size) !important;
|
||||
}
|
||||
|
||||
#launcher-pane .launcher-button:focus {
|
||||
#launcher-pane .launcher-button:focus,
|
||||
#launcher-pane .global-menu button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#launcher-pane .launcher-button:focus-visible {
|
||||
#launcher-pane .launcher-button:focus-visible,
|
||||
#launcher-pane .global-menu button:focus-visible {
|
||||
outline: 2px solid var(--launcher-pane-button-focus-outline-color);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user