UI: Do not alter color on clipboard-button class

Fixes regression from 1b248e1c01
This commit is contained in:
Dennis Reimann
2025-03-20 16:50:30 +01:00
parent bc2f6aa446
commit 0c8b0d1dd3

View File

@@ -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 {