From 71cd35c25d6fe28dddfd6e46ebd7c7d4a13b68aa Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 2 Feb 2025 12:50:57 +0200 Subject: [PATCH] style(next): fix italic text for buttons --- 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 9e5702514..f6d8b47e8 100644 --- a/src/public/stylesheets/theme-next/forms.css +++ b/src/public/stylesheets/theme-next/forms.css @@ -247,7 +247,7 @@ input::selection, background: transparent !important; } -.input-group .input-group-text { +.input-group .input-group-text:not(button):not(a) { /* Background color hijack */ --accented-background-color: transparent;