Skip to content

Commit

Permalink
Fix border-radius on Browse button for custom file input inside input…
Browse files Browse the repository at this point in the history
… groups (#25356)
  • Loading branch information
mdo authored Feb 11, 2018
1 parent 9811121 commit 8dd1fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
align-items: center;

&:not(:last-child) .custom-file-label,
&:not(:last-child) .custom-file-label::before { @include border-right-radius(0); }
&:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
&:not(:first-child) .custom-file-label,
&:not(:first-child) .custom-file-label::before { @include border-left-radius(0); }
&:not(:first-child) .custom-file-label::after { @include border-left-radius(0); }
}
}

Expand Down

0 comments on commit 8dd1fe3

Please sign in to comment.