File Editor: Remove CSS exceptions for the "Select plugin/theme to edit" and documentation "Look Up" buttons.

Buttons should use the default buttons styles, no exceptions.

Props passoniate, garethgillman.
See #49197.
Fixes #49353.

Built from https://develop.svn.wordpress.org/trunk@47751


git-svn-id: http://core.svn.wordpress.org/trunk@47527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2020-05-03 14:21:08 +00:00
parent bc3cee1d5b
commit 36524e1e25
5 changed files with 5 additions and 9 deletions

View File

@ -3923,8 +3923,7 @@ img {
} }
.fileedit-sub input[type="submit"] { .fileedit-sub input[type="submit"] {
margin-bottom: 0px; margin-bottom: 0;
padding: 0px 18px;
} }
#documentation label[for="docs-list"] { #documentation label[for="docs-list"] {
@ -3938,7 +3937,6 @@ img {
#documentation input[type="button"] { #documentation input[type="button"] {
margin-bottom: 0; margin-bottom: 0;
padding: 8px 18px;
} }
#wpfooter { #wpfooter {

File diff suppressed because one or more lines are too long

View File

@ -3922,8 +3922,7 @@ img {
} }
.fileedit-sub input[type="submit"] { .fileedit-sub input[type="submit"] {
margin-bottom: 0px; margin-bottom: 0;
padding: 0px 18px;
} }
#documentation label[for="docs-list"] { #documentation label[for="docs-list"] {
@ -3937,7 +3936,6 @@ img {
#documentation input[type="button"] { #documentation input[type="button"] {
margin-bottom: 0; margin-bottom: 0;
padding: 8px 18px;
} }
#wpfooter { #wpfooter {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.5-alpha-47750'; $wp_version = '5.5-alpha-47751';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.