diff options
author | Daryl Koopersmith <koop@git.wordpress.org> | 2012-10-11 02:54:19 +0000 |
---|---|---|
committer | Daryl Koopersmith <koop@git.wordpress.org> | 2012-10-11 02:54:19 +0000 |
commit | 7dbf364156ef37f12ae38a7596604af35b29913b (patch) | |
tree | aeda1b90abfd0bd3b80690a57fb319671d49a170 | |
parent | ce6ac7d7aa500ddf1152b6fcd2348a481611d71c (diff) | |
download | wordpress-7dbf364156ef37f12ae38a7596604af35b29913b.tar.gz wordpress-7dbf364156ef37f12ae38a7596604af35b29913b.zip |
Media Modal: Remove the outline from the modal's close button. props lessbloat, see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@22180 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r-- | wp-includes/css/media-views.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index 9377ecc5f6..3669faeb79 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -54,6 +54,10 @@ text-shadow: 0 0 16px rgba( 255, 255, 255, 0.8 ); } +.media-modal-close:active { + outline: 0; +} + .media-modal-content { position: absolute; top: 0; |