Skip to content

Commit

Permalink
fix(button-toggle): disable user-select in button-toggle (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao authored and jelbourn committed Nov 3, 2016
1 parent a4ab10f commit 83f6efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/button-toggle/button-toggle.scss
Expand Up @@ -27,6 +27,7 @@ md-button-toggle {
line-height: $md-button-toggle-line-height;
padding: $md-button-toggle-padding;
cursor: pointer;
user-select: none;
}

.md-button-toggle-label-content > * {
Expand Down

0 comments on commit 83f6efc

Please sign in to comment.