In List Tables, ensure sorting indicator is visible on focus

In all List Tables, when tabbing through the sortable headers links, the "sorting-indicator" arrows are not displayed. Keyboard users are missing important feedback about the links purpose. 

Happy #GAAD

Props afercia
Fixes #32189


Built from https://develop.svn.wordpress.org/trunk@32521


git-svn-id: http://core.svn.wordpress.org/trunk@32491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2015-05-21 18:05:26 +00:00
parent 33b99991a8
commit 2dff825af7
5 changed files with 21 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32520';
$wp_version = '4.3-alpha-32521';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.