]> git.bitcoin.ninja Git - satsto.me/commitdiff
Don't flash go button on hover if its disabled
authorMatt Corallo <git@bluematt.me>
Mon, 15 Jul 2024 23:55:57 +0000 (23:55 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 15 Jul 2024 23:55:57 +0000 (23:55 +0000)
index.html

index fb1254c2108d880c42157a9320596b0028e408cf..072e4b709f287940cb8f9e771eeaf0ac30b7baee 100644 (file)
@@ -71,7 +71,7 @@
                        }
                        .go-button-disabled {
                                cursor: default;
-                               opacity: 0.2;
+                               opacity: 0.2 !important;
                        }
                        .go-button {
                                cursor: pointer;