Skip to content

Commit

Permalink
Fix focus form-range focus
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq committed Apr 15, 2024
1 parent 84eac5c commit bf998b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/styles/src/components/form-range.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ $webkit-thumb-width: 32px;
}
}

@include utilities.focus-style-custom('::-moz-range-thumb') {
&:focus::-moz-range-thumb {
box-shadow: none; // Remove default style
}

@include utilities.focus-style-custom('::-moz-range-thumb') {
outline: none;
}
}
Expand Down

0 comments on commit bf998b2

Please sign in to comment.