pas de user-select: none

This commit is contained in:
Raphael Goetter 2017-09-28 17:06:38 +02:00
parent 4f702ecfa1
commit e13198513b
3 changed files with 1 additions and 6 deletions

View File

@ -2287,10 +2287,6 @@ button:focus {
.checkbox ~ label,
.radio ~ label {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.switch::-ms-check,

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,6 @@
~ label {
cursor: pointer;
user-select: none;
}
&::-ms-check {