Commit 3db8667c authored by arturo's avatar arturo

>>> continue

parent 612500c8
......@@ -7048,6 +7048,7 @@ a:focus {
width: inherit;
height: inherit;
border-radius: 3px;
border: 1px solid #6C757D;
}
.range-slider__knob {
user-select: none;
......
......@@ -7001,6 +7001,7 @@ a:focus {
width: inherit;
height: inherit;
border-radius: 3px;
border: 1px solid #CED4DA;
}
.range-slider__knob {
user-select: none;
......
......@@ -6757,6 +6757,7 @@ a:focus {
width: inherit;
height: inherit;
border-radius: 3px;
border: 1px solid #CED4DA;
}
.range-slider__knob {
user-select: none;
......
......@@ -7005,6 +7005,7 @@ a:focus {
width: inherit;
height: inherit;
border-radius: 3px;
border: 1px solid #CED4DA;
}
.range-slider__knob {
user-select: none;
......
......@@ -7006,6 +7006,7 @@ a:focus {
width: inherit;
height: inherit;
border-radius: 3px;
border: 1px solid #CED4DA;
}
.range-slider__knob {
user-select: none;
......
......@@ -47,6 +47,7 @@ $knob-size: 14px
width: inherit
height: inherit
border-radius: $range-radius
border: 1px solid $range-border-color
&__knob
@include unselectable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment