Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c5edfbc

Browse files
committed
style(next): restyle the text segments of input groups
1 parent b56b42b commit c5edfbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/public/stylesheets/theme-next/forms.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,13 @@ input::selection,
247247
background: transparent !important;
248248
}
249249

250+
.input-group .input-group-text {
251+
/* Background color hijack */
252+
--accented-background-color: transparent;
253+
254+
border: none;
255+
}
256+
250257
/* Combo box-like dropdown buttons */
251258

252259
.select-button.dropdown-toggle {

0 commit comments

Comments
 (0)