]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix dropdown buttons using HTML button tag were not displaying the pip 4115/head
authorIstrasoft <istrasoft@hotmail.com>
Thu, 9 Jan 2014 19:18:12 +0000 (20:18 +0100)
committerIstrasoft <istrasoft@hotmail.com>
Thu, 9 Jan 2014 19:18:12 +0000 (20:18 +0100)
scss/foundation/components/_dropdown-buttons.scss

index dfb4cc4abc58aac6709b68c692bb65a4dfb2ccd5..9d62824c58147c90ddfb0628df1af5e9714d6547 100644 (file)
@@ -115,7 +115,7 @@ $dropdown-button-pip-top-lrg: -$button-pip-lrg / 2 + rem-calc(3) !default;
 
 @include exports("dropdown-button") {
   @if $include-html-button-classes {
-    .dropdown.button { @include dropdown-button;
+    .dropdown.button, button.dropdown { @include dropdown-button;
       &.tiny { @include dropdown-button(tiny,$base-style:false); }
       &.small { @include dropdown-button(small,$base-style:false); }
       &.large { @include dropdown-button(large,$base-style:false); }