style(next): fix italic text for buttons

This commit is contained in:
Elian Doran 2025-02-02 12:50:57 +02:00
parent ec95f62cd2
commit 71cd35c25d
No known key found for this signature in database

View File

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