style(next): tweak the inputs wrapped inside input groups

This commit is contained in:
Adorian Doran 2025-01-13 21:45:56 +02:00
parent 9ea7b35e6a
commit 5dd7b2c049

View File

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