From d030251fbb15a1174ecdd3a012065d97c3edffda Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 15 Feb 2018 13:39:39 -0500 Subject: [PATCH] Ignore pointer events on restriction help This prevents flickering when hovering over a turn restriction that is up underneath where the help is drawn --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 0124cdb5e..42c33da6f 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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 {