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:
Bryan Housel
2018-02-15 13:39:39 -05:00
parent 050907e252
commit d030251fbb

View File

@@ -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 {