pas de user-select: none
This commit is contained in:
parent
4f702ecfa1
commit
e13198513b
3 changed files with 1 additions and 6 deletions
|
@ -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
|
@ -22,7 +22,6 @@
|
|||
|
||||
~ label {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
&::-ms-check {
|
||||
|
|
Loading…
Reference in a new issue