mirror of
git://develop.git.wordpress.org/
synced 2025-07-24 17:11:44 +02:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/6.8@60425 602fd350-edb4-49c9-b593-d223f7449a82
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user