From: Istrasoft Date: Thu, 9 Jan 2014 19:18:12 +0000 (+0100) Subject: Fix dropdown buttons using HTML button tag were not displaying the pip X-Git-Tag: v5.2.0~79^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4115%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix dropdown buttons using HTML button tag were not displaying the pip --- diff --git a/scss/foundation/components/_dropdown-buttons.scss b/scss/foundation/components/_dropdown-buttons.scss index dfb4cc4ab..9d62824c5 100644 --- a/scss/foundation/components/_dropdown-buttons.scss +++ b/scss/foundation/components/_dropdown-buttons.scss @@ -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); }