style(next): restyle the text segments of input groups

This commit is contained in:
Adorian Doran 2025-01-31 21:35:08 +02:00
parent b56b42bea0
commit c5edfbc127

View File

@ -247,6 +247,13 @@ input::selection,
background: transparent !important; background: transparent !important;
} }
.input-group .input-group-text {
/* Background color hijack */
--accented-background-color: transparent;
border: none;
}
/* Combo box-like dropdown buttons */ /* Combo box-like dropdown buttons */
.select-button.dropdown-toggle { .select-button.dropdown-toggle {