mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Accessibility: Remove title attributes from the Admin Dashboard.
Uses `aria-label` and `screen-reader-text` where appropriate. Also removes the default title attribute output by `privacy_on_link_title`, preserving the ability to use the filter. Fixes #35049. git-svn-id: https://develop.svn.wordpress.org/trunk@36172 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
/* Right Now specific Icons styles */
|
||||
|
||||
#dashboard_right_now li a:before,
|
||||
#dashboard_right_now li span:before {
|
||||
#dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */
|
||||
content: "\f159"; /* generic icon for items added by CPTs ? */
|
||||
padding: 0 5px 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user