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:
joedolson 2024-12-13 21:10:20 +00:00
parent 26335af1ac
commit ac54a93332
5 changed files with 3 additions and 5 deletions

View File

@ -562,7 +562,6 @@ body.trashing #publish-settings {
.accordion-section-title button.accordion-trigger {
all: unset;
width: 100%;
height: 100%;
padding: 10px 14px 11px 30px;
display: flex;
align-items: center;

File diff suppressed because one or more lines are too long

View File

@ -561,7 +561,6 @@ body.trashing #publish-settings {
.accordion-section-title button.accordion-trigger {
all: unset;
width: 100%;
height: 100%;
padding: 10px 30px 11px 14px;
display: flex;
align-items: center;

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @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.