]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove non-existing .custom-file-label::after (#28757)
authorShohei Yoshida <fellows3@gmail.com>
Fri, 10 May 2019 19:29:06 +0000 (04:29 +0900)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 10 May 2019 19:29:05 +0000 (21:29 +0200)
scss/_input-group.scss

index ac49f696cb302d4bb58e26581c8f07931de7178c..9bc90ee9bd9cac5a53a56178b2df1ce6143f85b3 100644 (file)
@@ -53,8 +53,7 @@
     display: flex;
     align-items: center;
 
-    &:not(:last-child) .custom-file-label,
-    &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
+    &:not(:last-child) .custom-file-label { @include border-right-radius(0); }
     &:not(:first-child) .custom-file-label { @include border-left-radius(0); }
   }
 }