From 7dbf364156ef37f12ae38a7596604af35b29913b Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Thu, 11 Oct 2012 02:54:19 +0000 Subject: [PATCH] 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 --- wp-includes/css/media-views.css | 4 ++++ 1 file changed, 4 insertions(+) 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;