Styling Cross-Browser Compatible Range Inputs with Sass / SCSS
- Use of Sass'
math.div
on SCSS file. (thanks Mitch J.)
- Range track and thumb tweaks for Mozilla Firefox. (thanks Adam Jagosz)
- Correction of input cursor to default. (thanks pichfl)
- Added
:disabled
state. (thanks mpavel) - Improved normalization across browsers. (thanks guidezpl and GufNZ)
- Removed Firefox border outline on focus. (thanks DeanPoulin)
- Fixing example page.
- NPM Package.
- Better default style and example page.
- Improvement in SCSS lint. (thanks Dustin McCaffree)
- Fix track height in IE and thumb margin in Edge. (thanks danclaydonpm and jenstornell)
- Make all variables as '!default'. (thanks n0nick)
- SCSS-Lint fix. (thanks CookPete)