adding in firefox range styles for before and after thumb

This commit is contained in:
Alex Windett 2016-11-01 12:47:43 +00:00
parent f2d2babc3c
commit e473e7a108
1 changed files with 7 additions and 3 deletions

View File

@ -38,13 +38,13 @@
@define-mixin range-lower {
background: var(--primary-background);
@add-mixin create-base-box-properties remCalc(50);
height: 6px;
@add-mixin create-base-box-properties remCalc(50), none;
}
@define-mixin range-upper {
background: #e6e6e6;
height: 6px;
@add-mixin create-base-box-properties remCalc(50);
}
@ -68,6 +68,10 @@
outline: none;
}
&::-moz-focus-outer {
border: 0;
}
&::-moz-range-track {
@add-mixin range-track;
}