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.
Built from https://develop.svn.wordpress.org/trunk@51194


git-svn-id: http://core.svn.wordpress.org/trunk@50803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-06-22 04:03:57 +00:00
parent 94841ace05
commit 84ee1c9de5
5 changed files with 5 additions and 3 deletions

View File

@ -167,6 +167,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;
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-beta2-51193';
$wp_version = '5.8-beta2-51194';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.