2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Apply of #25068 to input group

This commit is contained in:
ysds
2017-12-29 14:10:29 +09:00
committed by Mark Otto
parent 5f3856ce29
commit 6b5a2ff626
2 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -43,10 +43,10 @@
display: flex;
align-items: center;
&:not(:last-child) .custom-file-control,
&:not(:last-child) .custom-file-control::before { @include border-right-radius(0); }
&:not(:first-child) .custom-file-control,
&:not(:first-child) .custom-file-control::before { @include border-left-radius(0); }
&:not(:last-child) .custom-file-label,
&:not(:last-child) .custom-file-label::before { @include border-right-radius(0); }
&:not(:first-child) .custom-file-label,
&:not(:first-child) .custom-file-label::before { @include border-left-radius(0); }
}
}