From: koki-higashikawa Date: Wed, 5 Jul 2017 08:51:37 +0000 (+0900) Subject: Fixed #10344 X-Git-Tag: v6.4.2-rc2~1^2~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10345%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed #10344 Reset `#{$global-left}`. --- diff --git a/scss/components/_dropdown-menu.scss b/scss/components/_dropdown-menu.scss index 465ccbe3f..463f78a9b 100644 --- a/scss/components/_dropdown-menu.scss +++ b/scss/components/_dropdown-menu.scss @@ -106,6 +106,7 @@ $dropdown-menu-item-background-active: transparent !default; > li.is-dropdown-submenu-parent > a::after { @include css-triangle($dropdownmenu-arrow-size, $dropdownmenu-arrow-color, down); #{$global-right}: 5px; + #{$global-left}: auto; margin-top: -1 * ($dropdownmenu-arrow-size / 2); } } @@ -206,6 +207,7 @@ $dropdown-menu-item-background-active: transparent !default; position: absolute; top: 50%; #{$global-right}: 5px; + #{$global-left}: auto; margin-top: -1 * $dropdownmenu-arrow-size; }