Skip to content

Commit

Permalink
Reapply box-sizing to slider thumbs. (#8156)
Browse files Browse the repository at this point in the history
Specify the box-sizing in slider thumbs as Firefox does not inherit the box-sizing property on `-moz-range-thumb`.
  • Loading branch information
peterwilsoncc authored and gziolo committed Aug 1, 2018
1 parent 0870018 commit 1b89c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/range-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
background: $dark-gray-500;
border: 4px solid transparent;
background-clip: padding-box;
box-sizing: border-box;
}

@mixin range-track() {
Expand Down

0 comments on commit 1b89c8c

Please sign in to comment.