Skip to content

Commit 8ccb16a

Browse files
committed
Correct selector to fix second half of @ysds's comment
1 parent 11c06bf commit 8ccb16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_input-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// Only remove border-right-radius on inputs that don't expect validation
4242
// feedback/tooltips. Validated inputs without feedback/tooltip will still
4343
// rounded corners as expected.
44-
&:not(:last-child):not(:required):not(.is-invalid):not(.valid) {
44+
&:not(:last-child):not(:required):not(.is-invalid):not(.is-valid) {
4545
@include border-right-radius(0);
4646
}
4747

0 commit comments

Comments
 (0)