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