Lists View Switcher: Replace blank image with screen reader text.

props davidakennedy.
fixes #28871.
Built from https://develop.svn.wordpress.org/trunk@29133


git-svn-id: http://core.svn.wordpress.org/trunk@28918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2014-07-13 11:05:15 +00:00
parent e8369f9d25
commit 6ef23ea006
7 changed files with 6 additions and 19 deletions

View File

@@ -618,10 +618,6 @@ classes exist in paginate_links() but not seen in list table output. */
margin: 5px 8px 0 16px;
}
.view-switch img {
display: none;
}
.view-switch a {
text-decoration: none;
}

View File

@@ -618,10 +618,6 @@ classes exist in paginate_links() but not seen in list table output. */
margin: 5px 16px 0 8px;
}
.view-switch img {
display: none;
}
.view-switch a {
text-decoration: none;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long