mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 15:24:24 +01:00
style/note icon: fix broken hover color for monochrome icons
This commit is contained in:
parent
b8af961690
commit
5123f7b678
@ -107,7 +107,7 @@ body.experimental-feature-new-layout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover:not(.bx-empty:disabled)::after {
|
&:hover:not(.bx-empty:disabled)::after {
|
||||||
background: var(--note-icon-hover-custom-background-color, --note-icon-hover-background-color);
|
background: var(--note-icon-hover-custom-background-color, var(--note-icon-hover-background-color));
|
||||||
transition: background 200ms ease-out;
|
transition: background 200ms ease-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user