Skip to content

Commit

Permalink
style(next): restyle the text segments of input groups
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Jan 31, 2025
1 parent b56b42b commit c5edfbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/public/stylesheets/theme-next/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,13 @@ input::selection,
background: transparent !important;
}

.input-group .input-group-text {
/* Background color hijack */
--accented-background-color: transparent;

border: none;
}

/* Combo box-like dropdown buttons */

.select-button.dropdown-toggle {
Expand Down

0 comments on commit c5edfbc

Please sign in to comment.