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

add -ms-user-select

parent f3cf4cba
......@@ -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;
}
......
Markdown is supported
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