Skip to content

Commit 8dd1fe3

Browse files
authored
Fix border-radius on Browse button for custom file input inside input groups (#25356)
1 parent 9811121 commit 8dd1fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_input-group.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
align-items: center;
4747

4848
&:not(:last-child) .custom-file-label,
49-
&:not(:last-child) .custom-file-label::before { @include border-right-radius(0); }
49+
&:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
5050
&:not(:first-child) .custom-file-label,
51-
&:not(:first-child) .custom-file-label::before { @include border-left-radius(0); }
51+
&:not(:first-child) .custom-file-label::after { @include border-left-radius(0); }
5252
}
5353
}
5454

0 commit comments

Comments
 (0)