mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
add -ms-user-select
This commit is contained in:
parent
f3cf4cbaae
commit
c09602d172
1 changed files with 1 additions and 0 deletions
|
|
@ -291,6 +291,7 @@
|
|||
.user-select(@select) {
|
||||
-webkit-user-select: @select;
|
||||
-moz-user-select: @select;
|
||||
-ms-user-select: @select;
|
||||
-o-user-select: @select;
|
||||
user-select: @select;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue