-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
Hey guys, I was updating our 4.0 instance and was checking the delta and was wondering if this was an error?
bootstrap/scss/_input-group.scss
Line 51 in 8dd1fe3
| &:not(:first-child) .custom-file-label::after { @include border-left-radius(0); } |
bootstrap/scss/_input-group.scss
Line 49 in 8dd1fe3
| &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); } |
especially the line above was ::after as well. Shoudn't it be: ::before if you address the left border? or am I missing something obvious here?
Reactions are currently unavailable