mirror of
https://github.com/zadam/trilium.git
synced 2026-05-13 03:16:56 +02:00
style/inline title: fix icon hover color
This commit is contained in:
@@ -87,7 +87,7 @@ body.experimental-feature-new-layout {
|
||||
background: transparent !important;
|
||||
|
||||
&, &:hover {
|
||||
border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
/* The icon */
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user