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.


git-svn-id: https://develop.svn.wordpress.org/trunk@42784 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2018-03-05 15:32:54 +00:00
parent 3fe0cb97a5
commit ef84e589d2
2 changed files with 2 additions and 3 deletions
+1 -2
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;
}