2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Drop -o-user-select

This commit is contained in:
Bas Bosman
2014-02-07 14:14:32 +01:00
parent 4d7b2ddba9
commit a0052b5a37
8 changed files with 6 additions and 8 deletions
-1
View File
@@ -252,7 +252,6 @@
-webkit-user-select: @select;
-moz-user-select: @select;
-ms-user-select: @select; // IE10+
-o-user-select: @select;
user-select: @select;
}