mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 14:24:27 +01:00
style/inline title: handle empty icons when the icon selection is disabled
This commit is contained in:
parent
84f7ae9f05
commit
c31f35dbd7
@ -98,7 +98,7 @@ body.experimental-feature-new-layout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* The background circle */
|
/* The background circle */
|
||||||
&::after {
|
&:not(.bx-empty:disabled)::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
@ -106,12 +106,6 @@ 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