[themes] changed gradient slider styles

This commit is contained in:
Maxim Kadushkin 2021-05-05 16:38:58 +03:00
parent 395b0e77bd
commit 9042abf790

View file

@ -50,8 +50,8 @@
border-radius: 2px; border-radius: 2px;
box-sizing: content-box; box-sizing: content-box;
.thumb-bottom-inner { .thumb-bottom-inner {
border: solid @scaled-one-px-value-ie @border-regular-control-ie; border: solid @scaled-one-px-value-ie @background-normal-ie;
border: solid @scaled-one-px-value @border-regular-control; border: solid @scaled-one-px-value @background-normal;
border-top: none; border-top: none;
height: 100%; height: 100%;
} }
@ -59,10 +59,10 @@
&.active { &.active {
.thumb-top { .thumb-top {
border-top: solid @scaled-one-px-value-ie @border-regular-control-ie; border-top: solid @scaled-one-px-value-ie @border-control-focus-ie;
border-top: solid @scaled-one-px-value @border-regular-control; border-top: solid @scaled-one-px-value @border-control-focus;
border-left: solid @scaled-one-px-value-ie @border-regular-control-ie; border-left: solid @scaled-one-px-value-ie @border-control-focus-ie;
border-left: solid @scaled-one-px-value @border-regular-control; border-left: solid @scaled-one-px-value @border-control-focus;
} }
.thumb-bottom { .thumb-bottom {
border: solid @scaled-one-px-value-ie @border-control-focus-ie; border: solid @scaled-one-px-value-ie @border-control-focus-ie;