Make WordPress Core


Ignore:
Timestamp:
02/15/2018 03:33:35 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Twenty Seventeen: Underline links in comments.

Props jainnidhi, larrach, audrasjb.
Fixes #43317.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php

    r42343 r42713  
    3737.colors-custom .entry-summary a:focus,
    3838.colors-custom .entry-summary a:hover,
     39.colors-custom .comment-content a:focus,
     40.colors-custom .comment-content a:hover,
    3941.colors-custom .widget a:focus,
    4042.colors-custom .widget a:hover,
     
    9294.colors-custom .entry-content a,
    9395.colors-custom .entry-summary a,
     96.colors-custom .comment-content a,
    9497.colors-custom .widget a,
    9598.colors-custom .site-footer .widget-area a,
     
    153156.colors-custom .entry-summary a:focus,
    154157.colors-custom .entry-summary a:hover,
     158.colors-custom .comment-content a:focus,
     159.colors-custom .comment-content a:hover,
    155160.colors-custom .widget a:focus,
    156161.colors-custom .widget a:hover,
     
    494499.colors-custom .entry-summary a:hover,
    495500.colors-custom .entry-summary a:focus,
     501.colors-custom .comment-content a:focus,
     502.colors-custom .comment-content a:hover,
    496503.colors-custom .widget a:hover,
    497504.colors-custom .widget a:focus,
Note: See TracChangeset for help on using the changeset viewer.