Make WordPress Core

Ticket #29978: 29978.1.diff

File 29978.1.diff, 703 bytes (added by iamtakashi, 10 years ago)

Fix hover and focus style for links in content with custom color schemes

  • wp-content/themes/twentyfifteen/inc/customizer.php

     
    402402                .image-navigation a,
    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,
    407417                .entry-footer a,