From 32378637c354145aafb8682029fca25740f3bc92 Mon Sep 17 00:00:00 2001 From: koki-higashikawa Date: Wed, 5 Jul 2017 17:51:37 +0900 Subject: [PATCH] Fixed #10344 Reset `#{$global-left}`. --- scss/components/_dropdown-menu.scss | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.47.2