editor: canvas - removing borders and spaces around text and spans
[fnpeditor.git] / src / editor / modules / documentCanvas / documentCanvas.less
index 626704b..9421482 100644 (file)
         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;
 }