Commit a0052b5a authored by Bas Bosman's avatar Bas Bosman

Drop -o-user-select

parent 4d7b2ddb
This diff was suppressed by a .gitattributes entry.
...@@ -2007,7 +2007,6 @@ select[multiple].input-lg { ...@@ -2007,7 +2007,6 @@ select[multiple].input-lg {
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
-o-user-select: none;
user-select: none; user-select: none;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -252,7 +252,6 @@ ...@@ -252,7 +252,6 @@
-webkit-user-select: @select; -webkit-user-select: @select;
-moz-user-select: @select; -moz-user-select: @select;
-ms-user-select: @select; // IE10+ -ms-user-select: @select; // IE10+
-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