From 1d47df5f28d92ba93bedc4efc3be54e2c7f58ad0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 22 Feb 2025 02:37:13 +0200 Subject: [PATCH] style(next): forms/input groups: improve CSS --- src/public/stylesheets/theme-next/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/forms.css b/src/public/stylesheets/theme-next/forms.css index 9f721dea5..a74386b63 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -276,7 +276,7 @@ input::selection, background: transparent !important; } -.input-group .input-group-text:not(button):not(a) { +.input-group .input-group-text { /* Background color hijack */ --accented-background-color: transparent;