From 0c8b0d1dd366d09d82159be4976b8e0658b4b6ae Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 20 Mar 2025 16:50:30 +0100 Subject: [PATCH] UI: Do not alter color on clipboard-button class Fixes regression from 1b248e1c016ea4477904945b2860e494a32595a5 --- BTCPayServer/wwwroot/main/site.css | 1 - 1 file changed, 1 deletion(-) diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index ff74fce4a..a67406a68 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -1101,7 +1101,6 @@ input.ts-wrapper.form-control:not(.ts-hidden-accessible,.ts-inline) { /* Copy */ .clipboard-button, .clipboard-button input[readonly] { cursor: copy; - color: var(--btcpay-body-text-muted); } .clipboard-button:hover {