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
This commit is contained in:
Scott Taylor 2015-10-13 03:53:16 +00:00
parent c3d9dffae6
commit da6e194d93
1 changed files with 2 additions and 2 deletions

View File

@ -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";
}