mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Ignore pointer events on restriction help
This prevents flickering when hovering over a turn restriction that is up underneath where the help is drawn
This commit is contained in:
@@ -1893,6 +1893,7 @@ input[type=number] {
|
||||
background-color: rgba(255, 255, 255, .8);
|
||||
color: #888;
|
||||
text-align: center;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.restriction-help span {
|
||||
|
||||
Reference in New Issue
Block a user