X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/4b2e5f26a2bf27ea2cf41c0d4818e5b85785cd67..7868dda583569339a88ef875d50fd88f85241547:/src/editor/modules/documentCanvas/documentCanvas.less diff --git a/src/editor/modules/documentCanvas/documentCanvas.less b/src/editor/modules/documentCanvas/documentCanvas.less index 626704b..9421482 100644 --- a/src/editor/modules/documentCanvas/documentCanvas.less +++ b/src/editor/modules/documentCanvas/documentCanvas.less @@ -46,9 +46,17 @@ border-width: 1px; } + .current-node-element[wlxml-tag="span"] { + border: none; + } + .highlighted-element { border: 1px solid lighten(#000, 15%); } + + .highlighted-element[wlxml-tag="span"] { + border: none; + } counter-reset: footnote; }