From: Matt Corallo Date: Fri, 6 Sep 2024 14:46:47 +0000 (+0000) Subject: Remove now-redundant cursor overrides X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=2af4ea74c70b20b7ed3cf6da604665465c61ff3e;p=satsto.me Remove now-redundant cursor overrides --- diff --git a/index.html b/index.html index fa114ce..c360514 100644 --- a/index.html +++ b/index.html @@ -128,7 +128,6 @@ opacity: 0.2 !important; } .go-button { - cursor: pointer; display: flex; margin-left: 3px; } @@ -181,7 +180,6 @@ } .address-copy { float: right; - cursor: pointer; } .address-copy:hover { transform: scale(0.9, 0.9);