Skip to content

Releases: darlanrod/input-range-scss

v1.6.0

10 May 18:53

Choose a tag to compare

  • Added :focus-visible for better accessibility.
  • Improved alignment of the thumb across browsers.
  • Added hover effects for the thumb for better user experience.
  • Enhanced active track visibility during interaction.
  • Applied opacity to disabled states for better visual feedback.
  • Replaced darken and lighten with color.adjust.
  • Ensured compatibility with Dart Sass 3.0.0 by avoiding deprecated global functions.

v1.5.3

13 Jul 23:22

Choose a tag to compare

Use of Sass' math.div on SCSS file.

v1.5.2

26 Jul 03:47
b913aef

Choose a tag to compare

Range track and thumb tweaks for Mozilla Firefox. (thanks Adam Jagosz)

v1.5.1

31 Jul 02:10

Choose a tag to compare

Correction of input cursor to default (thanks, pichfl)

v1.5.0

31 Jul 01:40

Choose a tag to compare

  • Added :disabled state (thanks mpavel)
  • Improved normalization across browsers (thanks guidezpl and GufNZ)
  • Removed Firefox border outline on focus (thanks DeanPoulin)