Skip to content

Commit

Permalink
feat(range): apply same style to hovered thumb for default & error
Browse files Browse the repository at this point in the history
Signed-off-by: astagnol <[email protected]>
  • Loading branch information
astagnol authored and dpellier committed Oct 28, 2024
1 parent bf68c9c commit 0e21361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ods/src/style/_range.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $range-z-index-dual: 1;
@include thumb();
}

&:not(:disabled, &--error) {
&:not(:disabled) {
&::-webkit-slider-thumb {
@include thumb-hover-active();
}
Expand Down

0 comments on commit 0e21361

Please sign in to comment.