mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
chore(text): remove workaround for superscript icon
This commit is contained in:
@@ -1015,16 +1015,10 @@ div[data-notify="container"] {
|
|||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
}
|
}
|
||||||
|
|
||||||
svg.ck-icon {
|
svg.ck-icon.note-icon {
|
||||||
&.ck-icon_inherit-color path[fill="#333"] {
|
|
||||||
fill: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.note-icon {
|
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.ck-content {
|
.ck-content {
|
||||||
--ck-content-font-family: var(--detail-font-family);
|
--ck-content-font-family: var(--detail-font-family);
|
||||||
|
|||||||
Reference in New Issue
Block a user