Skip to content

Commit

Permalink
Merge f2f5055 into fb4629f
Browse files Browse the repository at this point in the history
  • Loading branch information
joel6948 committed Apr 2, 2024
2 parents fb4629f + f2f5055 commit abc6252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_form-range.scss
Expand Up @@ -29,7 +29,7 @@
height: $form-range-thumb-height;
margin-top: ($form-range-track-height - $form-range-thumb-height) * .5; // Webkit specific
appearance: none;
@include gradient-bg($form-range-thumb-bg);
background: linear-gradient(to right, #000 0%, #000 50%, #FFF 50%, #FFF 100%);
border: $form-range-thumb-border;
@include border-radius($form-range-thumb-border-radius);
@include box-shadow($form-range-thumb-box-shadow);
Expand Down

0 comments on commit abc6252

Please sign in to comment.