From a1a3bcdcedb8b0d66c013cd4d202b28a19315a9d Mon Sep 17 00:00:00 2001 From: OVSharova Date: Sun, 12 Sep 2021 19:20:13 +0300 Subject: [PATCH] border --- .../main/resources/less/toolbar.less | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/apps/documenteditor/main/resources/less/toolbar.less b/apps/documenteditor/main/resources/less/toolbar.less index 8c384ebc9..8fc84be29 100644 --- a/apps/documenteditor/main/resources/less/toolbar.less +++ b/apps/documenteditor/main/resources/less/toolbar.less @@ -178,9 +178,12 @@ margin-left: 2px; margin-right: -16px; &.plus { + @size-plus:12px; position: relative; opacity: 1; font-weight: bold; + //width: calc(@size-plus/@pixel-ratio-factor); + //height: @size-plus; &:hover { opacity: 1; } @@ -191,17 +194,18 @@ } &:before, &:after { - content: ' '; + content: ''; position: absolute; + box-sizing: border-box; left: 8px; left: calc(8px/@pixel-ratio-factor); top: 4px; top: calc(4px/@pixel-ratio-factor); - height: 12px; - width: calc(2*@scaled-one-px-value-ie); - width: calc(2*@scaled-one-px-value); - background-color: @icon-normal-ie; - background-color: @icon-normal; + + border-left: 2px solid @text-normal-ie; + border-left: @scaled-two-px-value solid @text-normal ; + + height: @size-plus; } &:after {