From 1cfcf1791e7b3ba32dbda318002364db2342b99b Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 29 Jul 2022 20:26:12 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentytwenty/style-rtl.css | 13 ------------- wp-content/themes/twentytwenty/style.css | 13 ------------- wp-includes/version.php | 2 +- 3 files changed, 1 insertion(+), 27 deletions(-) diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index f31c5bfdd5..596277e3a0 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -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; diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index a8f581e2ca..e1b584e07f 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 266559d886..37cdfd1114 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.