Make WordPress Core

Ticket #43317: 43317.2.diff

File 43317.2.diff, 601 bytes (added by larrach, 6 years ago)

fix link underline in comments

  • wp-content/themes/twentyseventeen/style.css

    diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css
    index 5580e4e484..3f484e487d 100644
    a b a:active { 
    11811181.widget a,
    11821182.site-footer .widget-area a,
    11831183.posts-navigation a,
    1184 .widget_authors a strong {
     1184.widget_authors a strong,
     1185.comment-content a {
    11851186        -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    11861187        box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    11871188        -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;