[scaling] fix bug 50203

This commit is contained in:
Maxim Kadushkin 2021-05-04 22:09:17 +03:00
parent 5fbc199dc7
commit 8f3f10180c

View file

@ -428,8 +428,8 @@
height: 3px; height: 3px;
background-color: red; background-color: red;
&.bordered { &.bordered {
border: 1px solid @border-regular-control-ie; border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: 1px solid @border-regular-control; border: @scaled-one-px-value solid @border-regular-control;
} }
@ -571,8 +571,8 @@
&.over:not(.disabled), &.over:not(.disabled),
&.open { &.open {
box-shadow: inset 0 0 0 1px @highlight-button-hover-ie; box-shadow: inset 0 0 0 @scaled-one-px-value-ie @highlight-button-hover-ie;
box-shadow: inset 0 0 0 1px @highlight-button-hover; box-shadow: inset 0 0 0 @scaled-one-px-value @highlight-button-hover;
button:not(.active):not(.btn-text-split-default) { button:not(.active):not(.btn-text-split-default) {
background-color: transparent; background-color: transparent;
@ -973,8 +973,8 @@
color: @text-normal; color: @text-normal;
background-color: @background-normal-ie; background-color: @background-normal-ie;
background-color: @background-normal; background-color: @background-normal;
border: 1px solid @border-regular-control-ie; border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: 1px solid @border-regular-control; border: @scaled-one-px-value solid @border-regular-control;
&:hover:not(.disabled), &:hover:not(.disabled),
&.hover:not(.disabled) { &.hover:not(.disabled) {