Docs: Typo correction and comment improvement in color-picker.css.

Props mujuonly, sabernhardt, dhruvang21.
Fixes #63196.
See #63166.


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


git-svn-id: http://core.svn.wordpress.org/trunk@59862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2025-07-31 17:34:26 +00:00
parent d18c1ab57d
commit 37542ac0e1
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
display: none;
}
/* Needs higher specificiity. */
/* Needs higher specificity to override `.wp-core-ui .button`. */
.wp-picker-container .wp-color-result.button {
min-height: 30px;
margin: 0 0 6px 6px;

View File

@@ -8,7 +8,7 @@
display: none;
}
/* Needs higher specificiity. */
/* Needs higher specificity to override `.wp-core-ui .button`. */
.wp-picker-container .wp-color-result.button {
min-height: 30px;
margin: 0 6px 6px 0;

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60525';
$wp_version = '6.9-alpha-60526';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.