mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
0a126fd465
commit
19ee843e37
@ -3897,19 +3897,6 @@ div.comment:first-of-type {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.comment-respond .comment-notes a,
|
||||
.comment-respond .logged-in-as a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.comment-respond .comment-notes a:focus,
|
||||
.comment-respond .comment-notes a:hover,
|
||||
.comment-respond .logged-in-as a:focus,
|
||||
.comment-respond .logged-in-as a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.comment-respond p {
|
||||
line-height: 1.1;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
@ -3933,19 +3933,6 @@ div.comment:first-of-type {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.comment-respond .comment-notes a,
|
||||
.comment-respond .logged-in-as a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.comment-respond .comment-notes a:focus,
|
||||
.comment-respond .comment-notes a:hover,
|
||||
.comment-respond .logged-in-as a:focus,
|
||||
.comment-respond .logged-in-as a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.comment-respond p {
|
||||
line-height: 1.1;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user