mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 06:44:24 +01:00
style/inline title: fix icon hover color
This commit is contained in:
parent
08730dd821
commit
84f7ae9f05
@ -106,6 +106,12 @@ body.experimental-feature-new-layout {
|
||||
background: var(--note-icon-button-background-color);
|
||||
}
|
||||
|
||||
|
||||
&:hover::after {
|
||||
background: var(--note-icon-button-hover-background-color);
|
||||
transition: background 200ms ease-out;
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
outline: 2px solid var(--note-icon-button-color);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user