From: ddanh85 Date: Mon, 11 May 2015 13:20:49 +0000 (+0700) Subject: Move the dropdown radius to the right place X-Git-Tag: v5.5.3~57^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6543%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Move the dropdown radius to the right place --- diff --git a/scss/foundation/components/_dropdown.scss b/scss/foundation/components/_dropdown.scss index ff1a6ec0c..22b70636f 100644 --- a/scss/foundation/components/_dropdown.scss +++ b/scss/foundation/components/_dropdown.scss @@ -215,8 +215,6 @@ $f-dropdown-radius: $global-radius !default; &:hover, &:focus { background: $f-dropdown-list-hover-bg; } - &.radius { @include radius($f-dropdown-radius); } - a { display: block; padding: $f-dropdown-list-padding; @@ -249,6 +247,9 @@ $f-dropdown-radius: $global-radius !default; // You can also put custom content in these dropdowns &.content { @include dropdown-container(content, $triangle:false); } + // Radius of Dropdown + &.radius { @include radius($f-dropdown-radius); } + // Sizes &.tiny { max-width: 200px; } &.small { max-width: 300px; }