From 00bc8b5e869f878c04fde5558e1d59dfc424f2d7 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 15 Jul 2024 23:55:57 +0000 Subject: [PATCH] Don't flash go button on hover if its disabled --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fb1254c..072e4b7 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ } .go-button-disabled { cursor: default; - opacity: 0.2; + opacity: 0.2 !important; } .go-button { cursor: pointer; -- 2.39.5