In Media microtemplates after [32467], use <button> instead of <a> for several more non-links.

Props afercia.
Fixes #26550.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-06-26 05:01:24 +00:00
parent 561ca94998
commit 72bf48f0b9
17 changed files with 152 additions and 147 deletions

View File

@@ -485,13 +485,14 @@ border color while dragging a file over the uploader drop area */
}
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors {
font-size: 0;
top: 0;
right: -6px;
top: -10px;
right: -14px;
padding: 10px;
}
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:before {
content: "\f153";
display: block;
font: normal 16px/1 dashicons;
color: #bbb;
}
@@ -636,11 +637,6 @@ border color while dragging a file over the uploader drop area */
font-size: 22px;
}
.upload-php .media-modal-close .media-modal-icon {
margin: 14px;
width: 22px;
}
.upload-php .media-modal-close,
.edit-attachment-frame .edit-media-header .left,
.edit-attachment-frame .edit-media-header .right {
@@ -693,6 +689,8 @@ border color while dragging a file over the uploader drop area */
border-color: #ccc;
color: #000;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.upload-php .media-modal-close:focus .media-modal-icon:before,