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

This commit is contained in:
Adorian Doran 2025-02-05 02:51:08 +02:00
parent d080c763f4
commit a8050c9bf8

View File

@ -255,6 +255,7 @@ input::selection,
opacity: .5;
/* Workaround to set the "background" property. */
--button-disabled-background-color: transparent;
--button-disabled-text-color: var(--input-action-button-color);
}
.input-group .input-clearer-button {