[wp-trac] [WordPress Trac] #37513: Admin bar sub menu items dashicon and screen readers
WordPress Trac
noreply at wordpress.org
Thu Nov 3 22:08:51 UTC 2016
#37513: Admin bar sub menu items dashicon and screen readers
-----------------------------------------+--------------------------------
Reporter: afercia | Owner: afercia
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 4.7
Component: Toolbar | Version:
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch | Focuses: ui, accessibility
-----------------------------------------+--------------------------------
Comment (by keraweb):
Oh, another solution would be a CSS change.
If `.wp-admin-bar-arrow-right` is a child of `#wp-admin-bar-top-secondary`
then align it left and change the icon.
Example
{{{
#wpadminbar #wp-admin-bar-top-secondary .menupop .menupop > .ab-item .wp-
admin-bar-arrow-right:before {
top: 1px;
left: 6px;
right: auto; /* Overwrite */
padding: 4px 0;
content: "\f141";
color: inherit;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37513#comment:28>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list