1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Remove unnecessary resetting of left round (#26238)

This commit is contained in:
ysds
2018-04-24 13:55:10 +09:00
committed by Mark Otto
parent 793698a6a9
commit 74057dcc8e

View File

@@ -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); }
}
}