]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unnecessary resetting of left round (#26238)
authorysds <fellows3@gmail.com>
Tue, 24 Apr 2018 04:55:10 +0000 (13:55 +0900)
committerMark Otto <markd.otto@gmail.com>
Tue, 24 Apr 2018 04:55:10 +0000 (21:55 -0700)
scss/_input-group.scss

index 78d7bc99aa895eb49dd465ec3789aa7374b9f91e..a559f15dff2b850fef0466d99c7846056951eb71 100644 (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); }
   }
 }