Skip to content

Commit

Permalink
Merge pull request #470 from qburst/main
Browse files Browse the repository at this point in the history
Fix #445: Range Slider Invisible
  • Loading branch information
treoden authored Feb 28, 2024
2 parents b5df3f0 + 20f3e54 commit 0680206
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ input[type='range'] {
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
appearance: none;
-webkit-appearance: none;
-moz-appearance: auto;
background: none;
}
input[type='range']::-webkit-slider-runnable-track {
Expand Down

0 comments on commit 0680206

Please sign in to comment.