mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 13:44:25 +01:00
style/inline title: fix (again) icon hover color
This commit is contained in:
parent
c31f35dbd7
commit
468d4a4369
@ -109,5 +109,10 @@ body.experimental-feature-new-layout {
|
||||
&:focus-visible {
|
||||
outline: 2px solid var(--note-icon-button-color);
|
||||
}
|
||||
|
||||
&:hover:not(.bx-empty:disabled)::after {
|
||||
background: var(--note-icon-button-hover-background-color);
|
||||
transition: background 200ms ease-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user