2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

First child of input group segmented buttons are off by -btn-border-width

This commit is contained in:
Patrick Yeo
2017-05-02 11:03:14 -07:00
committed by Mark Otto
parent a455a3e374
commit bf01f27554
+4
View File
@@ -154,6 +154,10 @@
}
}
&:first-child > .btn + .btn {
margin-left: 0;
}
// Negative margin to only have a single, shared border between the two
&:not(:last-child) {
> .btn,