mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
style(next)/launcher bar: fix the focus outline for the global menu on the vertical layout
This commit is contained in:
parent
c93ac0445e
commit
f14c101d6d
@ -253,10 +253,17 @@ body.layout-horizontal > .horizontal {
|
||||
}
|
||||
|
||||
#launcher-pane .launcher-button:focus-visible,
|
||||
#launcher-pane .global-menu button:focus-visible {
|
||||
#launcher-pane.horizontal .global-menu button:focus-visible {
|
||||
outline: 2px solid var(--launcher-pane-button-focus-outline-color);
|
||||
}
|
||||
|
||||
#launcher-pane.vertical .global-menu button:focus-visible svg {
|
||||
outline-offset: 4px;
|
||||
outline: 2px solid var(--launcher-pane-button-focus-outline-color);
|
||||
border-radius: 4px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#launcher-pane.vertical .spacer {
|
||||
width: var(--launcher-pane-size);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user