[Frontend] Added user-select: none to .btn, .l-btn class
WTD-1392 WTD-1074
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user