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:
parent
c3d9dffae6
commit
da6e194d93
|
@ -329,8 +329,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
||||||
top: 5px;
|
top: 1px;
|
||||||
left: 3px;
|
left: 6px;
|
||||||
content: "\f141";
|
content: "\f141";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue