We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c06bf commit 8ccb16aCopy full SHA for 8ccb16a
scss/_input-group.scss
@@ -41,7 +41,7 @@
41
// Only remove border-right-radius on inputs that don't expect validation
42
// feedback/tooltips. Validated inputs without feedback/tooltip will still
43
// rounded corners as expected.
44
- &:not(:last-child):not(:required):not(.is-invalid):not(.valid) {
+ &:not(:last-child):not(:required):not(.is-invalid):not(.is-valid) {
45
@include border-right-radius(0);
46
}
47
0 commit comments