Ticket #61180: 61180.alt2.patch
| File 61180.alt2.patch, 1.6 KB (added by , 2 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
364 364 text-transform: uppercase; 365 365 } 366 366 367 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {368 font-size: 14px;369 font-size: 0.875rem;370 }371 372 367 /* Query Loop & Post Template */ 373 368 374 369 .wp-block-query .wp-block-post-template > li { -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
771 771 772 772 /* Latest Comments */ 773 773 774 .editor-block-list__block ol.wp-block-latest-comments > li:before {775 content: '';776 }777 778 774 .wp-block-latest-comments article { 779 775 margin-bottom: 4em; 780 776 } … … 790 786 margin-bottom: 0.4em; 791 787 } 792 788 793 .editor- block-list__block.wp-block-latest-comments__comment-meta a {789 .editor-styles-wrapper .wp-block-latest-comments__comment-meta a { 794 790 -webkit-box-shadow: none; 795 791 box-shadow: none; 796 792 font-weight: 700; … … 806 802 text-transform: uppercase; 807 803 } 808 804 809 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {810 font-size: 14px;811 font-size: 0.875rem;812 }813 814 805 /* Latest Posts */ 815 806 816 807 .edit-post-visual-editor .wp-block-latest-posts.is-grid {