From af634cc62ab149012f157c833f18bad8a86efd2a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 8 Oct 2019 19:05:13 +0000 Subject: [PATCH] Themes: Properly align Close/Previous/Next icons in theme preview overlay. Props chetan200891. Fixes #48248. git-svn-id: https://develop.svn.wordpress.org/trunk@46444 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 62ca6c1f27..e4f73890ee 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1414,7 +1414,6 @@ body.full-overlay-active { float: left; width: 45px; height: 45px; - padding-right: 2px; background: #eee; border-right: 1px solid #ddd; color: #444;