Customize: Remove unnecessary `height: 100%` on accordion button.
Remove CSS that could occasionally trigger the accordion buttons to be 100% the height of the accordion container. Props dhewercorus, im3dabasia1, sabernhardt, rvoigt, ghinamt, vishy-moghan, frankbiganski, redkite. Fixes #62491. Built from https://develop.svn.wordpress.org/trunk@59510 git-svn-id: http://core.svn.wordpress.org/trunk@58896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
26335af1ac
commit
ac54a93332
|
@ -562,7 +562,6 @@ body.trashing #publish-settings {
|
||||||
.accordion-section-title button.accordion-trigger {
|
.accordion-section-title button.accordion-trigger {
|
||||||
all: unset;
|
all: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
padding: 10px 14px 11px 30px;
|
padding: 10px 14px 11px 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -561,7 +561,6 @@ body.trashing #publish-settings {
|
||||||
.accordion-section-title button.accordion-trigger {
|
.accordion-section-title button.accordion-trigger {
|
||||||
all: unset;
|
all: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
padding: 10px 30px 11px 14px;
|
padding: 10px 30px 11px 14px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.8-alpha-59509';
|
$wp_version = '6.8-alpha-59510';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue