Media Grid CSS: Media modal close icon should be consistent with other modals.

Props celloexpressions.
Fixes #29012.


git-svn-id: https://develop.svn.wordpress.org/trunk@29287 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2014-07-24 21:06:42 +00:00
parent 052e5c5062
commit 1b01b92dc6
2 changed files with 33 additions and 31 deletions
+9
View File
@@ -416,6 +416,15 @@ ul#adminmenu > li.current > a.current:after {
box-shadow: 0 0 0 1px #fff, 0 0 0 2px $highlight-color;
}
.media-modal-close:hover,
.edit-attachment-frame .edit-media-header .right:hover,
.edit-attachment-frame .edit-media-header .left:hover,
.media-modal-close:focus,
.edit-attachment-frame .edit-media-header .right:focus,
.edit-attachment-frame .edit-media-header .left:focus {
background: $menu-highlight-background;
color: $menu-highlight-text;
}
/* Themes */