Skip to content

Commit 83f6efc

Browse files
tinayuangaojelbourn
authored andcommitted
fix(button-toggle): disable user-select in button-toggle (#1720)
1 parent a4ab10f commit 83f6efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/button-toggle/button-toggle.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ md-button-toggle {
2727
line-height: $md-button-toggle-line-height;
2828
padding: $md-button-toggle-padding;
2929
cursor: pointer;
30+
user-select: none;
3031
}
3132

3233
.md-button-toggle-label-content > * {

0 commit comments

Comments
 (0)