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;