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 9811121 commit 8dd1fe3Copy full SHA for 8dd1fe3
scss/_input-group.scss
@@ -46,9 +46,9 @@
46
align-items: center;
47
48
&:not(:last-child) .custom-file-label,
49
- &:not(:last-child) .custom-file-label::before { @include border-right-radius(0); }
+ &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
50
&:not(:first-child) .custom-file-label,
51
- &:not(:first-child) .custom-file-label::before { @include border-left-radius(0); }
+ &:not(:first-child) .custom-file-label::after { @include border-left-radius(0); }
52
}
53
54
0 commit comments