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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user