Twenty Fourteen: Fixes Latest Comment Link Color in Content Sidebar.

The white link text had worked against the dark background of the Primary and Footer widget areas, but not against the light background in the Content Sidebar. Therefore, r60368 excludes the Content Sidebar from that ruleset.

Reviewed by audrasjb.
Merges [60368] to the 6.8 branch.
Props sabernhardt, dhruvang21, ravigadhiyawp, sandeepdahiya.
Fixes #63520.

Built from https://develop.svn.wordpress.org/branches/6.8@60425


git-svn-id: http://core.svn.wordpress.org/branches/6.8@59761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2025-07-07 20:09:27 +00:00
parent e8fbcbdac1
commit 606f4a2867
2 changed files with 2 additions and 2 deletions

View File

@@ -368,7 +368,7 @@ p.has-drop-cap:not(:focus)::first-letter {
color: #41a62a;
}
.widget-area .wp-block-latest-comments__comment-meta a {
.widget-area:where(:not(.content-sidebar)) .wp-block-latest-comments__comment-meta a {
color: #fff;
}

View File

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