Avoid user-select as a byproduct of using the control and clicking

This commit is contained in:
Bryan Housel
2018-02-16 13:26:41 -05:00
parent aff9258dee
commit b84b64c79c
+5
View File
@@ -1894,6 +1894,11 @@ input[type=number] {
color: #888;
text-align: center;
pointer-events: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.restriction-help span {