appearance and user-select cleaning

This commit is contained in:
Raphael Goetter 2017-09-27 16:00:07 +02:00
parent 82851601b7
commit 4f702ecfa1
5 changed files with 8 additions and 19 deletions

View file

@ -8,9 +8,6 @@
display: inline-block;
padding: $small-value $small-plus-value;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: 0.25s;
transition-property: box-shadow, background-color, color, border;