Remove outline provide fallback rangeslider

stable
xaviju 2017-01-20 10:13:56 +01:00
parent ca404df584
commit 338f0c77d9
1 changed files with 3 additions and 1 deletions

View File

@ -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;