mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
Added mathrender error class for better error handling in math rendering
This commit is contained in:
parent
acca22f3a1
commit
9386465de7
@ -212,3 +212,13 @@
|
|||||||
outline: none !important;
|
outline: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ck-math-render-error {
|
||||||
|
color: var(--ck-color-error-text, #db1d1d);
|
||||||
|
padding: var(--ck-spacing-small);
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 0.9em;
|
||||||
|
border: 1px dashed var(--ck-color-error-text, #db1d1d);
|
||||||
|
border-radius: 2px;
|
||||||
|
background: var(--ck-color-base-background, #fff);
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user