Remove outline provide fallback rangeslider
parent
ca404df584
commit
338f0c77d9
|
@ -41,8 +41,10 @@ $contrast: 2;
|
||||||
width: $track-width;
|
width: $track-width;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
outline: 0;
|
||||||
|
|
||||||
&::-webkit-slider-runnable-track {
|
&::-webkit-slider-runnable-track {
|
||||||
background: lighten($track-color, $contrast);
|
background: lighten($primary-dark, $contrast);
|
||||||
}
|
}
|
||||||
&::-webkit-slider-thumb {
|
&::-webkit-slider-thumb {
|
||||||
box-shadow: 0 0 0 4px $thumb-shadow;
|
box-shadow: 0 0 0 4px $thumb-shadow;
|
||||||
|
|
Loading…
Reference in New Issue