From 742b244c338c1d75cf7f0137bc169d8e7e20ba76 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 21 Oct 2017 10:17:50 -0700 Subject: [PATCH] FIx ability name tooltip display with the strikethrough Previously, if you moused over the red strikethrough bar the ability name tooltip wouldn't appear. --- src/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/main.scss b/src/css/main.scss index dd67e8d..964b95d 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -415,6 +415,7 @@ body.has-modal #main { } .strikethrough:before { + pointer-events: none; position: absolute; content: ""; left: -5px;