Administration: Use a lighter font-weight value for settings labels.

This changeset lowers the font-weight value from `600` to `400` for labels located in the Settings screens.
This is an initial implementation of the WordPress design system, aligning with the broader goal of achieving a more consistent and unified design across the administration.

Props karmatosed, audrasjb.
Fixes #62865.



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


git-svn-id: http://core.svn.wordpress.org/trunk@59051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2025-01-25 23:51:24 +00:00
parent ffa50f3c7b
commit cf2aebff7f
5 changed files with 5 additions and 5 deletions

View File

@ -860,7 +860,7 @@ ul#add-to-blog-users {
padding: 20px 0 20px 10px;
width: 200px;
line-height: 1.3;
font-weight: 600;
font-weight: 400;
}
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */

File diff suppressed because one or more lines are too long

View File

@ -859,7 +859,7 @@ ul#add-to-blog-users {
padding: 20px 10px 20px 0;
width: 200px;
line-height: 1.3;
font-weight: 600;
font-weight: 400;
}
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */

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-59708';
$wp_version = '6.8-alpha-59709';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.