From 19ee843e371352f679408bf0174fc0b226ee20b4 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 29 Jul 2022 20:24:24 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@53797 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/style-rtl.css | 13 ------------- src/wp-content/themes/twentytwenty/style.css | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index f31c5bfdd5..596277e3a0 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/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/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index a8f581e2ca..e1b584e07f 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/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;