From: Andy Cochran Date: Mon, 31 Oct 2016 16:01:47 +0000 (-0400) Subject: fix file input button label in input-group X-Git-Tag: v6.3-rc1~24^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9308%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix file input button label in input-group --- diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index 3dfb3125a..a7c7b1ad1 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -114,7 +114,8 @@ $input-prefix-padding: 1rem !default; a, input, - button { + button, + label { @extend %input-group-child; font-size: $input-font-size; height: $height;