mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
Twenty Twelve: properly style visited links in entries, widgets, and comment text. Props DrewAPicture, fixes #23200.
git-svn-id: https://develop.svn.wordpress.org/trunk@23562 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -648,6 +648,9 @@ section[role="banner"] {
|
||||
.widget-area .widget a:hover {
|
||||
color: #21759b;
|
||||
}
|
||||
.widget-area .widget a:visited {
|
||||
color: #9f9f9f;
|
||||
}
|
||||
.widget-area #s {
|
||||
width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
|
||||
}
|
||||
@@ -797,6 +800,10 @@ article.sticky .featured-post {
|
||||
margin: 0 0 1.714285714rem;
|
||||
line-height: 1.714285714;
|
||||
}
|
||||
.entry-content a:visited,
|
||||
.comment-content a:visited {
|
||||
color: #9f9f9f;
|
||||
}
|
||||
.entry-content ol,
|
||||
.comment-content ol,
|
||||
.entry-content ul,
|
||||
|
||||
Reference in New Issue
Block a user