]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Keep rounded corners for the first .btn in vertical button group (#31303)
authorRohit Sharma <rohit2sharma95@gmail.com>
Mon, 30 Nov 2020 09:09:55 +0000 (14:39 +0530)
committerGitHub <noreply@github.com>
Mon, 30 Nov 2020 09:09:55 +0000 (11:09 +0200)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/_button-group.scss

index 1571d1ea98697fda7e9c386965118951766357dc..abb363a840378004b42dbd472e7827967302b1a8 100644 (file)
     @include border-bottom-radius(0);
   }
 
-  > .btn:not(:first-child),
+  > .btn ~ .btn,
   > .btn-group:not(:first-child) > .btn {
     @include border-top-radius(0);
   }