Make WordPress Core

Changeset 53797


Ignore:
Timestamp:
07/29/2022 08:24:24 PM (2 years ago)
Author:
audrasjb
Message:

Twenty Twenty: Ensure comments section links are identifiable as links.

Links should look like links. This changeset makes sure that links displayed in the comments section of Twenty Twenty are identifiable as links.

Props audrasjb, whaze, sabernhardt, mukesh27.
Fixes #56269.

Location:
trunk/src/wp-content/themes/twentytwenty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/style-rtl.css

    r53475 r53797  
    38983898}
    38993899
    3900 .comment-respond .comment-notes a,
    3901 .comment-respond .logged-in-as a {
    3902     color: inherit;
    3903     text-decoration: none;
    3904 }
    3905 
    3906 .comment-respond .comment-notes a:focus,
    3907 .comment-respond .comment-notes a:hover,
    3908 .comment-respond .logged-in-as a:focus,
    3909 .comment-respond .logged-in-as a:hover {
    3910     text-decoration: underline;
    3911 }
    3912 
    39133900.comment-respond p {
    39143901    line-height: 1.1;
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r53475 r53797  
    39343934}
    39353935
    3936 .comment-respond .comment-notes a,
    3937 .comment-respond .logged-in-as a {
    3938     color: inherit;
    3939     text-decoration: none;
    3940 }
    3941 
    3942 .comment-respond .comment-notes a:focus,
    3943 .comment-respond .comment-notes a:hover,
    3944 .comment-respond .logged-in-as a:focus,
    3945 .comment-respond .logged-in-as a:hover {
    3946     text-decoration: underline;
    3947 }
    3948 
    39493936.comment-respond p {
    39503937    line-height: 1.1;
Note: See TracChangeset for help on using the changeset viewer.