[Frontend] Added user-select: none to .btn, .l-btn class

WTD-1392
WTD-1074
This commit is contained in:
Charles Hacskaylo
2015-06-26 15:52:07 -07:00
parent 50bf7b7b32
commit 83be455b0b
2 changed files with 28 additions and 23 deletions

View File

@@ -25,6 +25,7 @@ $pad: $interiorMargin * $baseRatio;
/******* LAYOUT AND SIZING */
.btn,
.l-btn {
@include user-select(none);
line-height: 1.5em; // Was 1.25em
padding: 0 $pad;
text-decoration: none;