From da6e194d93ed1c8f2753c8f4d32f389ca2aff5b3 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 13 Oct 2015 03:53:16 +0000 Subject: [PATCH] Admin Bar: fix the alignment of secondary menu item arrows. Props juhise. Fixes #33836. git-svn-id: https://develop.svn.wordpress.org/trunk@35125 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/admin-bar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index c5652d528b..2289262b01 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -329,8 +329,8 @@ html:lang(he-il) .rtl #wpadminbar * { } #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { - top: 5px; - left: 3px; + top: 1px; + left: 6px; content: "\f141"; }