UNPKG

@wiris/mathtype-ckeditor5

Version:

MathType Web for CKEditor5 editor

18 lines (17 loc) 981 B
/* Replace the default suggestion marker border because it's doesn't span the entire widget. */ .ck-widget.ck-math-widget.ck-suggestion-marker { border: none; } .ck-widget.ck-math-widget.ck-suggestion-marker.ck-suggestion-marker-insertion .Wirisformula { border: 3px solid var(--ck-color-suggestion-marker-insertion-border); } .ck-widget.ck-math-widget.ck-suggestion-marker.ck-suggestion-marker-insertion.ck-suggestion-marker--active .Wirisformula { border: 3px solid var(--ck-color-suggestion-marker-insertion-border-active); } .ck-widget.ck-math-widget.ck-suggestion-marker.ck-suggestion-marker-deletion .Wirisformula { border: 3px solid var(--ck-color-suggestion-marker-deletion-border); } .ck-widget.ck-math-widget.ck-suggestion-marker.ck-suggestion-marker-deletion.ck-suggestion-marker--active .Wirisformula { border: 3px solid var(--ck-color-suggestion-marker-deletion-border-active); } /*# sourceMappingURL=index.css.map */