From aa35d7fe5eae257bc67e13f2f8d3f06442d428c7 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 13 Mar 2016 14:31:50 +0000 Subject: Tweak options page class names... We were using the class name exclusionRemoveButton for the `td` containing the button to remove exclusion rules on the options page. Because of this, we were (correctly) picking up the button itself as clickable, but incorrectly picking up also its enclosing `td` (which isn't actually clickable at all). The effect was to always have two hint labels over the remove button. This was happening simply because we have the text "button" in the class name. So, here, we just rename the classes. --- pages/exclusions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/exclusions.html') diff --git a/pages/exclusions.html b/pages/exclusions.html index b09f2895..c6647cea 100644 --- a/pages/exclusions.html +++ b/pages/exclusions.html @@ -8,6 +8,6 @@