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.

Built from https://develop.svn.wordpress.org/trunk@53797


git-svn-id: http://core.svn.wordpress.org/trunk@53356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-07-29 20:26:12 +00:00
parent 37c514cc62
commit 1cfcf1791e
3 changed files with 1 additions and 27 deletions

View File

@ -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;

View File

@ -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;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53796';
$wp_version = '6.1-alpha-53797';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.