disable user selection on nav control button

This commit is contained in:
Robert Kaussow 2020-11-22 18:54:34 +01:00
parent b62e7e7bff
commit f8d96b470a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
&__control {
display: block;
text-align: center;
user-select: none;
label {
padding: $padding-16 0;