]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
First child of input group segmented buttons are off by -btn-border-width
authorPatrick Yeo <patrick.yeo@liferay.com>
Tue, 2 May 2017 18:03:14 +0000 (11:03 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 3 Oct 2017 03:47:15 +0000 (20:47 -0700)
scss/_input-group.scss

index 91180f1700e33257951bb6fbaecc0d7e0845ad08..8afff4c6864cc252c56696aaf687f55589b41ab2 100644 (file)
     }
   }
 
+  &:first-child > .btn + .btn {
+    margin-left: 0;
+  }
+
   // Negative margin to only have a single, shared border between the two
   &:not(:last-child) {
     > .btn,