Spiderpig86/Cirrus

Input range control improvements

zemian opened this issue · 2 comments

zemian commented
  1. The min and max value does not push the thumb circle to the end. This is confusing as visual indicator. Please fix so it goes all the way to the end.
  2. When using the slider, the highlighted box is very distracting. Please consider removing it.

image

MacFJA commented

As a quick and temporary fix you can add this:

<style>
    input[type=range] { padding-inline: 0 !important; }
    input[type=range]:focus { box-shadow: none !important }
</style>

Has been resolved with the commit mentioned above