Skip to content

Commit

Permalink
[BUGFIX] corrected thumb pseudo-element selector for Mozilla (FF)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Feb 6, 2021
1 parent ae21281 commit e9555ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 1 addition & 8 deletions ui-range.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ui-range.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

@mixin thumb{
appearance: none;
border: none;
height: var(--thumb-size);
width: var(--thumb-size);
transform: var(--thumb-transform);
Expand Down Expand Up @@ -206,7 +207,7 @@
}

&::-webkit-slider-thumb { @include thumb }
&::-moz-slider-thumb { @include thumb }
&::-moz-range-thumb { @include thumb }
&::-ms-thumb { @include thumb }

&:hover {
Expand Down

0 comments on commit e9555ed

Please sign in to comment.