mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Avoid user-select as a byproduct of using the control and clicking
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user