style(next): fix the background of disabled input action buttons

This commit is contained in:
Adorian Doran 2025-01-14 01:51:18 +02:00
parent 26e3c13575
commit 707d406ee9

View File

@ -97,6 +97,7 @@ input::selection,
background: transparent;
padding: 0 4px;
/* Workaround to set the "color" property. */
--muted-text-color: var(--input-action-button-color);
}
@ -107,6 +108,8 @@ input::selection,
.input-group a.disabled {
opacity: .5;
/* Workaround to set the "background" property. */
--button-disabled-background-color: transparent;
}
.input-group .input-clearer-button {