]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix border-radius on Browse button for custom file input inside input groups (#25356)
authorMark Otto <markd.otto@gmail.com>
Sun, 11 Feb 2018 23:09:05 +0000 (15:09 -0800)
committerGitHub <noreply@github.com>
Sun, 11 Feb 2018 23:09:05 +0000 (15:09 -0800)
scss/_input-group.scss

index 2f7b05d5d82d7e78e633862570084c0624257705..78d7bc99aa895eb49dd465ec3789aa7374b9f91e 100644 (file)
@@ -46,9 +46,9 @@
     align-items: center;
 
     &:not(:last-child) .custom-file-label,
-    &:not(:last-child) .custom-file-label::before { @include border-right-radius(0); }
+    &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
     &:not(:first-child) .custom-file-label,
-    &:not(:first-child) .custom-file-label::before { @include border-left-radius(0); }
+    &:not(:first-child) .custom-file-label::after { @include border-left-radius(0); }
   }
 }