Commit a0052b5a authored by Bas Bosman's avatar Bas Bosman
Browse files

Drop -o-user-select

parent 4d7b2ddb
4 merge requests!28721Hot test,!12639Drop -o-user-select,!22103test,!25326Adjust examples
Showing with 2 additions and 4 deletions
+2 -4
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -2007,7 +2007,6 @@ select[multiple].input-lg {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
......@@ -252,7 +252,6 @@
-webkit-user-select: @select;
-moz-user-select: @select;
-ms-user-select: @select; // IE10+
-o-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