mirror of
https://github.com/zadam/trilium.git
synced 2025-12-31 19:54:25 +01:00
style(next): use border for focus instead
This commit is contained in:
parent
01f05ac6fd
commit
bd976a25f1
@ -1259,10 +1259,11 @@ body.layout-horizontal #rest-pane > .classic-toolbar-widget {
|
||||
#center-pane .note-split {
|
||||
padding-top: 2px;
|
||||
background-color: var(--note-split-background-color, var(--main-background-color));
|
||||
transition: box-shadow 250ms ease-in;
|
||||
transition: border-color 250ms ease-in;
|
||||
border: 1px solid transparent;
|
||||
|
||||
&.active {
|
||||
box-shadow: 0 0 0 2px var(--link-selection-outline-color) inset;
|
||||
border-color: var(--link-selection-outline-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user