Changeset 52993
- Timestamp:
- 03/25/2022 09:18:45 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/comments.php
r47122 r52993 62 62 } 63 63 ?> 64 </div><!-- .comments-title- flex-->64 </div><!-- .comments-title-wrap --> 65 65 <?php 66 66 if ( have_comments() ) : … … 102 102 if ( comments_open() && 'asc' === strtolower( get_option( 'comment_order', 'asc' ) ) ) : 103 103 ?> 104 <div class="comment-form-flex ">105 < span class="screen-reader-text"><?php _e( 'Leave a comment', 'twentynineteen' ); ?></span>104 <div class="comment-form-flex comment-form-wrapper"> 105 <h2 class="comments-title"><?php _e( 'Leave a comment', 'twentynineteen' ); ?></h2> 106 106 <?php twentynineteen_comment_form( 'asc' ); ?> 107 <h2 class="comments-title" aria-hidden="true"><?php _e( 'Leave a comment', 'twentynineteen' ); ?></h2>108 107 </div> 109 108 <?php -
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
r50365 r52993 113 113 } 114 114 } 115 } 116 117 .comment-form-wrapper, 118 .comment-form-wrapper .comments-title { 119 display: block; 115 120 } 116 121 -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r52927 r52993 4694 4694 } 4695 4695 4696 .comment-form-wrapper, 4697 .comment-form-wrapper .comments-title { 4698 display: block; 4699 } 4700 4696 4701 .comment-list { 4697 4702 list-style: none; -
trunk/src/wp-content/themes/twentynineteen/style.css
r52927 r52993 4700 4700 } 4701 4701 4702 .comment-form-wrapper, 4703 .comment-form-wrapper .comments-title { 4704 display: block; 4705 } 4706 4702 4707 .comment-list { 4703 4708 list-style: none;
Note: See TracChangeset
for help on using the changeset viewer.