diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index af9f43d224..f274bcbb27 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -7085,7 +7085,6 @@ body.theme-overlay-open { right: 0; bottom: 0; left: 0; - text-align: left; padding: 10px; } @@ -7108,10 +7107,6 @@ body.theme-overlay-open { margin-right: 0; } - .theme-browser .theme:hover .theme-actions { - display: none; - } - .theme-browser .theme:nth-child(2n), .theme-browser .theme:nth-child(3n) { margin-right: 0; @@ -7122,10 +7117,6 @@ body.theme-overlay-open { margin-left: 0; } - .theme-overlay.active .theme-actions .active-theme .button:nth-child(3n) { - display: none; - } - .theme.active .theme-actions .button { margin-top: 6px; margin-right: 0;