It is possible to select the text of a button, especially with a double click, this is ugly IMO.
margin: 0 !important
.is-unselectable
- -webkit-touch-callout: none
- -webkit-user-select: none
- -moz-user-select: none
- -ms-user-select: none
- user-select: none
+ +unselectable
.button
+control
+ +unselectable
padding: 3px 10px
text-align: center
white-space: nowrap
text-indent: -290486px
width: $width
+=unselectable
+ -webkit-touch-callout: none
+ -webkit-user-select: none
+ -moz-user-select: none
+ -ms-user-select: none
+ user-select: none
+
$tablet: 769px
$desktop: 980px