[DE] fix bug 49737
This commit is contained in:
parent
9d65304e46
commit
4ac9e13874
|
@ -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;
|
||||
}
|
||||
|
||||
& {
|
||||
|
|
Loading…
Reference in a new issue