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
This commit is contained in:
Jonathan Desrosiers 2021-06-22 04:02:09 +00:00
parent 4226bc8689
commit a6a9b3118f

View File

@ -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;
}