Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit b26b98c

Browse files
touficbatacheyeelan0319
authored andcommitted
fix(slider): Set mdc-slider__thumb-container #user-select property to none (#968)
1 parent 3b80525 commit b26b98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-slider/mdc-slider.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ $mdc-slider-dark-theme-grey: #5c5c5c;
131131
// is considered "clicking on the thumb".
132132
height: 100%;
133133
will-change: transform;
134+
user-select: none;
134135
}
135136

136137
&__thumb {

0 commit comments

Comments
 (0)