From 4220ed466a8533f7e970a4fd5fd5feb965c44fc0 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Fri, 5 Oct 2012 22:14:00 +0000 Subject: [PATCH] On the gallery creation screen, only display the remove icon on hover. git-svn-id: http://core.svn.wordpress.org/trunk@22125 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/media-views.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index f4238e11cb..d0a0a5a036 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -307,7 +307,7 @@ } .attachment .close { - /*display: none;*/ + display: none; position: absolute; top: 0; right: 0;