Modals: Remove some remnant unnecessary blue glow focus styling.

fixes #29147.


git-svn-id: https://develop.svn.wordpress.org/trunk@29674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-09-02 18:26:18 +00:00
parent c680af75e8
commit 3ae3ae5ab2
2 changed files with 4 additions and 6 deletions

View File

@ -690,6 +690,7 @@ border color while dragging a file over the uploader drop area */
background: #ddd;
border-color: #ccc;
color: #000;
outline: none;
}
.upload-php .media-modal-close:focus .media-modal-icon:before,

View File

@ -478,12 +478,9 @@
.theme-overlay .theme-header .close:focus,
.theme-overlay .theme-header .right:focus,
.theme-overlay .theme-header .left:focus {
-webkit-box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.theme-overlay .theme-header .left.disabled,