Skip to content

Commit

Permalink
Remove unnecessary resetting of left round (#26238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and mdo committed Apr 24, 2018
1 parent 793698a commit 74057dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_input-group.scss
Expand Up @@ -47,8 +47,7 @@

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

Expand Down

0 comments on commit 74057dc

Please sign in to comment.