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,
|
.checkbox ~ label,
|
||||||
.radio ~ label {
|
.radio ~ label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.switch::-ms-check,
|
.switch::-ms-check,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
~ label {
|
~ label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-ms-check {
|
&::-ms-check {
|
||||||
|
|
Loading…
Reference in a new issue