Skip to content

Commit de504a6

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@59709 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4dc9e80 commit de504a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/css/forms.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ ul#add-to-blog-users {
859859
padding: 20px 10px 20px 0;
860860
width: 200px;
861861
line-height: 1.3;
862-
font-weight: 600;
862+
font-weight: 400;
863863
}
864864

865865
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */

0 commit comments

Comments
 (0)