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

pull/1122/head
Adorian Doran 2025-02-05 02:51:08 +07:00
parent d080c763f4
commit a8050c9bf8
1 changed files with 1 additions and 0 deletions

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