0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Remove non-existing .custom-file-label::after (#28757)

This commit is contained in:
Shohei Yoshida 2019-05-11 04:29:06 +09:00 committed by Martijn Cuppens
parent 5db281d7c4
commit b7040ad9b4

View File

@ -53,8 +53,7 @@
display: flex;
align-items: center;
&:not(:last-child) .custom-file-label,
&:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
&:not(:last-child) .custom-file-label { @include border-right-radius(0); }
&:not(:first-child) .custom-file-label { @include border-left-radius(0); }
}
}