From a8050c9bf885ef1e7d9614aa55beb6ee5fc23080 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 5 Feb 2025 02:51:08 +0200 Subject: [PATCH] style(next): input group: fix the color of disabled action buttons --- src/public/stylesheets/theme-next/forms.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next/forms.css b/src/public/stylesheets/theme-next/forms.css index 87e793e37..02b2ba842 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -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 {