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:
parent
bc3cee1d5b
commit
36524e1e25
|
@ -3923,8 +3923,7 @@ img {
|
|||
}
|
||||
|
||||
.fileedit-sub input[type="submit"] {
|
||||
margin-bottom: 0px;
|
||||
padding: 0px 18px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#documentation label[for="docs-list"] {
|
||||
|
@ -3938,7 +3937,6 @@ img {
|
|||
|
||||
#documentation input[type="button"] {
|
||||
margin-bottom: 0;
|
||||
padding: 8px 18px;
|
||||
}
|
||||
|
||||
#wpfooter {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3922,8 +3922,7 @@ img {
|
|||
}
|
||||
|
||||
.fileedit-sub input[type="submit"] {
|
||||
margin-bottom: 0px;
|
||||
padding: 0px 18px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#documentation label[for="docs-list"] {
|
||||
|
@ -3937,7 +3936,6 @@ img {
|
|||
|
||||
#documentation input[type="button"] {
|
||||
margin-bottom: 0;
|
||||
padding: 8px 18px;
|
||||
}
|
||||
|
||||
#wpfooter {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue