X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/d85935046e6c2d008f6759112b9f8df35e2a4efe..d3f25265091ecdb174206016f0fad5f94dffc362:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 367e4aa..40ebc20 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -17,6 +17,12 @@ padding: 1px 1px; } +.grid-on { + [wlxml-tag] { + .rng-common-hoveredNode; + } +} + [wlxml-tag=span] { min-width: 10px; } @@ -145,4 +151,18 @@ [wlxml-class='gap'] { display: inline; } +} + +[wlxml-class="gap"] { + &:before, &:after { + color: darken(@blue, 10%); + font-weight: bold; + //vertical-align: super; + } + &:before { + content: "("; + } + &:after { + content: ")"; + } } \ No newline at end of file