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
@ -87,7 +87,7 @@ body.experimental-feature-new-layout {
|
|||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
|
||||||
&, &:hover {
|
&, &:hover {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The icon */
|
/* The icon */
|
||||||
@ -106,6 +106,12 @@ body.experimental-feature-new-layout {
|
|||||||
background: var(--note-icon-button-background-color);
|
background: var(--note-icon-button-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
&:hover::after {
|
||||||
|
background: var(--note-icon-button-hover-background-color);
|
||||||
|
transition: background 200ms ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
outline: 2px solid var(--note-icon-button-color);
|
outline: 2px solid var(--note-icon-button-color);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user