Accessibility: Change the media upload "Dismiss error" link to a button.

For better accessibility and semantics, user interface controls that perform an
action should be buttons. Links should exclusively be used for navigation.

Props Cheffheid, audrasjb.
Fixes #38671.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2018-03-05 15:33:33 +00:00
parent 084b48e1ba
commit 64634898c2
6 changed files with 6 additions and 8 deletions

View File

@@ -211,8 +211,7 @@
padding: 10px 0 10px 14px;
}
.media-item .error-div a.dismiss {
display: block;
.media-item .error-div button.dismiss {
float: right;
margin: 0 10px 0 15px;
}