Make WordPress Core

Changeset 29942


Ignore:
Timestamp:
10/17/2014 08:31:15 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Fix hover and focus style for links in content with custom color schemes.

Props iamtakashi, fixes #29978.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php

    r29930 r29942  
    403403        .comment-navigation,
    404404        .comment-navigation a,
     405        .entry-content a:hover,
     406        .entry-content a:focus,
     407        .entry-summary a:hover,
     408        .entry-summary a:focus,
     409        .page-content a:hover,
     410        .page-content a:focus,
     411        .comment-content a:hover,
     412        .comment-content a:focus,
     413        .author-description a:hover,
     414        .author-description a:focus,
    405415        .author-heading,
    406416        .entry-footer,
Note: See TracChangeset for help on using the changeset viewer.