From 655ebb972062a5b6be3e253fa38222932e1d42d6 Mon Sep 17 00:00:00 2001 From: maks feltrin Date: Sun, 7 Aug 2016 03:14:45 +0200 Subject: [PATCH] vertically center left-right dropdown arrows height is 10px (2*5px = 2xtriangle-border). To center vertically top: 50%, margin-top: height/2 => triangle border size 5px --- scss/components/_dropdown-menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_dropdown-menu.scss b/scss/components/_dropdown-menu.scss index 0ce9c1f53..376c28111 100644 --- a/scss/components/_dropdown-menu.scss +++ b/scss/components/_dropdown-menu.scss @@ -34,7 +34,7 @@ $dropdownmenu-border-width: nth($dropdownmenu-border, 1); @mixin left-right-arrows { > a::after { #{$global-right}: 14px; - margin-top: -3px; + margin-top: -5px; } &.opens-left > a::after { -- 2.47.2