Twenty Fifteen: Fix hover and focus style for links in content with custom color schemes.
Props iamtakashi, fixes #29978. Built from https://develop.svn.wordpress.org/trunk@29942 git-svn-id: http://core.svn.wordpress.org/trunk@29693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ca2996eff
commit
507fee2825
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue