From a6a9b3118f30de62b1590edec6f2cafef324504a Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 22 Jun 2021 04:02:09 +0000 Subject: [PATCH] Themes: Remove unexpected border around the Theme Details button. After [51083], the Theme Details button is now displaying a border unintentionally. This removes it. Props ryelle. Fixes #53473. git-svn-id: https://develop.svn.wordpress.org/trunk@51194 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index a64ded031c..b5811c347b 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -166,6 +166,7 @@ body.js .theme-browser.search-loading { padding: 15px 12px; text-align: center; border-radius: 3px; + border: none; transition: opacity 0.1s ease-in-out; }