mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
fix(text): strikethrough icon appears disabled
This commit is contained in:
@@ -1001,9 +1001,17 @@ div[data-notify="container"] {
|
|||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
}
|
}
|
||||||
|
|
||||||
svg.ck-icon .note-icon {
|
svg.ck-icon {
|
||||||
color: var(--main-text-color);
|
&.ck-icon_inherit-color {
|
||||||
font-size: 20px;
|
* {
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.note-icon {
|
||||||
|
color: var(--main-text-color);
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-content {
|
.ck-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user