Commit c09602d1 authored by Han Lin Yap's avatar Han Lin Yap
Browse files

add -ms-user-select

parent f3cf4cba
Showing with 1 addition and 0 deletions
+1 -0
...@@ -291,6 +291,7 @@ ...@@ -291,6 +291,7 @@
.user-select(@select) { .user-select(@select) {
-webkit-user-select: @select; -webkit-user-select: @select;
-moz-user-select: @select; -moz-user-select: @select;
-ms-user-select: @select;
-o-user-select: @select; -o-user-select: @select;
user-select: @select; user-select: @select;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment