X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/459b6016a0622043918f1c90001532c816de88fa..824b4e2265ab7fe8e30dc72feb5f299c28778da2:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 9626c6a..7938911 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -1,7 +1,6 @@ [document-text-element] { font-size: 14px; display: inline; - margin: 0 1px; white-space: pre-wrap; } @@ -16,10 +15,9 @@ padding: 1px 1px; } -.grid-on { - [wlxml-tag] { - .rng-common-hoveredNode; - } +[wlxml-tag="span"] { + padding: 0; + border: none; } [wlxml-tag=span] { @@ -70,7 +68,7 @@ } [wlxml-class|="emp"] { - font-style: italic; + font-weight: bold; } [wlxml-tag=metadata] { @@ -80,7 +78,7 @@ [wlxml-class|="list"] { - > * > [wlxml-class="item"] { + > * > [wlxml-class|="item"] { margin-left: 10px; padding-left: 5px;