Skip to content

Commit

Permalink
Remove animate on input range
Browse files Browse the repository at this point in the history
  • Loading branch information
almic committed Apr 30, 2024
1 parent d599035 commit e8b4188
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ input[type='range']::-webkit-slider-runnable-track {
width: 100%;
height: 24px;
cursor: pointer;
animate: 0.2s;
box-shadow: none;
background: color-mix(in srgb, var(--theme-color), black 85%);
border-radius: 0px;
Expand All @@ -160,7 +159,6 @@ input[type='range']::-moz-range-track {
width: 100%;
height: 24px;
cursor: pointer;
animate: 0.2s;
box-shadow: none;
background: color-mix(in srgb, var(--theme-color), black 85%);
border-radius: 0px;
Expand All @@ -181,7 +179,6 @@ input[type='range']::-ms-track {
width: 100%;
height: 24px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
Expand Down

0 comments on commit e8b4188

Please sign in to comment.