From 8f3f10180c6be174aea35fac0a243e5d89cb8d03 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 4 May 2021 22:09:17 +0300 Subject: [PATCH] [scaling] fix bug 50203 --- apps/common/main/resources/less/buttons.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 9767334993..0bfb714894 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -428,8 +428,8 @@ height: 3px; background-color: red; &.bordered { - border: 1px solid @border-regular-control-ie; - border: 1px solid @border-regular-control; + border: @scaled-one-px-value-ie solid @border-regular-control-ie; + border: @scaled-one-px-value solid @border-regular-control; } @@ -571,8 +571,8 @@ &.over:not(.disabled), &.open { - box-shadow: inset 0 0 0 1px @highlight-button-hover-ie; - box-shadow: inset 0 0 0 1px @highlight-button-hover; + box-shadow: inset 0 0 0 @scaled-one-px-value-ie @highlight-button-hover-ie; + box-shadow: inset 0 0 0 @scaled-one-px-value @highlight-button-hover; button:not(.active):not(.btn-text-split-default) { background-color: transparent; @@ -973,8 +973,8 @@ color: @text-normal; background-color: @background-normal-ie; background-color: @background-normal; - border: 1px solid @border-regular-control-ie; - border: 1px solid @border-regular-control; + border: @scaled-one-px-value-ie solid @border-regular-control-ie; + border: @scaled-one-px-value solid @border-regular-control; &:hover:not(.disabled), &.hover:not(.disabled) {