Accessibility: Revert [38984] as it needs to be better communicated to plugin authors.

See #37513.


git-svn-id: https://develop.svn.wordpress.org/trunk@39147 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2016-11-05 16:27:13 +00:00
parent d93ca46c4f
commit 8a6fa93b84
2 changed files with 8 additions and 17 deletions

View File

@@ -234,8 +234,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
.wp-admin-bar-arrow-right {
#wpadminbar .ab-item:before {
position: relative;
float: left;
font: normal 20px/1 dashicons;
@@ -313,7 +312,7 @@ html:lang(he-il) .rtl #wpadminbar * {
color: #00b9eb;
}
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow-right:before,
#wpadminbar .menupop .menupop > .ab-item:before,
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
position: absolute;
font: normal 17px/1 dashicons;
@@ -327,10 +326,9 @@ html:lang(he-il) .rtl #wpadminbar * {
padding-right: 2em;
}
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow-right:before {
#wpadminbar .menupop .menupop > .ab-item:before {
top: 1px;
right: 10px;
padding: 4px 0;
right: 4px;
content: "\f139";
color: inherit;
}