Skip to content

Commit 19ee843

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@53797 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0a126fd commit 19ee843

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

src/wp-content/themes/twentytwenty/style-rtl.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3897,19 +3897,6 @@ div.comment:first-of-type {
38973897
text-align: center;
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;
39153902
margin-bottom: 2rem;

src/wp-content/themes/twentytwenty/style.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,19 +3933,6 @@ div.comment:first-of-type {
39333933
text-align: center;
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;
39513938
margin-bottom: 2rem;

0 commit comments

Comments
 (0)