Skip to content

Commit

Permalink
style(next): tweak the inputs wrapped inside input groups
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Jan 13, 2025
1 parent 9ea7b35 commit 5dd7b2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/public/stylesheets/theme-next/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@ input::selection,
.form-control::selection {
background: var(--input-selection-background);
color: var(--input-selection-text-color);
}

.input-group input
.input-group input:focus,
.input-group .form-control,
.input-group .form-control:focus {
/* Ignore the focus outline for the inputs that are children of an input group */
outline: unset;
}

0 comments on commit 5dd7b2c

Please sign in to comment.