Make WordPress Core

Changeset 42713


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.

Location:
trunk/src/wp-content/themes/twentyseventeen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css

    r39418 r42713  
    2020.colors-dark .entry-summary a:focus,
    2121.colors-dark .entry-summary a:hover,
     22.colors-dark .comment-content a:focus,
     23.colors-dark .comment-content a:hover,
    2224.colors-dark .widget a:focus,
    2325.colors-dark .widget a:hover,
     
    7577.colors-dark .entry-summary a:focus,
    7678.colors-dark .entry-summary a:hover,
     79.colors-dark .comment-content a:focus,
     80.colors-dark .comment-content a:hover,
    7781.colors-dark .widget a:focus,
    7882.colors-dark .widget a:hover,
     
    129133.colors-dark .entry-content a,
    130134.colors-dark .entry-summary a,
     135.colors-dark .comment-content a,
    131136.colors-dark .widget a,
    132137.colors-dark .site-footer .widget-area a,
     
    476481/* Fixes linked images */
    477482.colors-dark .entry-content a img,
     483.colors-dark .comment-content a img,
    478484.colors-dark .widget a img {
    479485    -webkit-box-shadow: 0 0 0 8px #222;
  • 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,
  • trunk/src/wp-content/themes/twentyseventeen/style.css

    r42105 r42713  
    11791179.entry-content a,
    11801180.entry-summary a,
     1181.comment-content a,
    11811182.widget a,
    11821183.site-footer .widget-area a,
     
    12261227.entry-summary a:focus,
    12271228.entry-summary a:hover,
     1229.comment-content a:focus,
     1230.comment-content a:hover,
    12281231.widget a:focus,
    12291232.widget a:hover,
     
    12771280/* Fixes linked images */
    12781281.entry-content a img,
     1282.comment-content a img,
    12791283.widget a img {
    12801284    -webkit-box-shadow: 0 0 0 8px #fff;
Note: See TracChangeset for help on using the changeset viewer.