[DE] fix bug 49737

This commit is contained in:
Maxim Kadushkin 2022-01-19 21:43:54 +03:00
parent 9d65304e46
commit 4ac9e13874

View file

@ -535,12 +535,10 @@
&.borders--small {
border-radius: 2px;
background-color: @background-normal-ie;
background-color: @background-normal;
&:not(:active) {
box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-regular-control-ie;
box-shadow: inset 0 0 0 @scaled-one-px-value @border-regular-control;
//box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-regular-control-ie;
//box-shadow: inset 0 0 0 @scaled-one-px-value @border-regular-control;
}
& {