mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Prevent clicking in restriction editor from selecting nearby text
This commit is contained in:
@@ -1848,6 +1848,10 @@ input[type=number] {
|
||||
|
||||
.restriction-controls-container .restriction-controls {
|
||||
display: table;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.restriction-controls .restriction-control {
|
||||
|
||||
Reference in New Issue
Block a user