Commit 48e6d888 authored by Mark Otto's avatar Mark Otto

Merge pull request #3128 from codler/patch-2

Add -ms-user-select
parents f3cf4cba c09602d1
...@@ -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;
} }
......
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