Ticket #61180: 61180.1.patch
| File 61180.1.patch, 1.0 KB (added by , 2 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
771 771 772 772 /* Latest Comments */ 773 773 774 .editor- block-list__blockol.wp-block-latest-comments > li:before {774 .editor-styles-wrapper ol.wp-block-latest-comments > li:before { 775 775 content: ''; 776 776 } 777 777 … … 790 790 margin-bottom: 0.4em; 791 791 } 792 792 793 .editor- block-list__block.wp-block-latest-comments__comment-meta a {793 .editor-styles-wrapper .wp-block-latest-comments__comment-meta a { 794 794 -webkit-box-shadow: none; 795 795 box-shadow: none; 796 796 font-weight: 700; … … 806 806 text-transform: uppercase; 807 807 } 808 808 809 .editor- block-list__block.wp-block-latest-comments__comment-excerpt p {809 .editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p { 810 810 font-size: 14px; 811 811 font-size: 0.875rem; 812 812 }