mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Fifteen: Fix hover and focus style for links in content with custom color schemes.
Props iamtakashi, fixes #29978. git-svn-id: https://develop.svn.wordpress.org/trunk@29942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -402,6 +402,16 @@ function twentyfifteen_color_scheme_css() {
|
||||
.image-navigation a,
|
||||
.comment-navigation,
|
||||
.comment-navigation a,
|
||||
.entry-content a:hover,
|
||||
.entry-content a:focus,
|
||||
.entry-summary a:hover,
|
||||
.entry-summary a:focus,
|
||||
.page-content a:hover,
|
||||
.page-content a:focus,
|
||||
.comment-content a:hover,
|
||||
.comment-content a:focus,
|
||||
.author-description a:hover,
|
||||
.author-description a:focus,
|
||||
.author-heading,
|
||||
.entry-footer,
|
||||
.entry-footer a,
|
||||
|
||||
Reference in New Issue
Block a user