Make WordPress Core

Ticket #61180: 61180.alt2.patch

File 61180.alt2.patch, 1.6 KB (added by sabernhardt, 2 years ago)

updates the class name for the comment meta links and removes three unnecessary rulesets

  • src/wp-content/themes/twentyseventeen/assets/css/blocks.css

     
    364364        text-transform: uppercase;
    365365}
    366366
    367 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
    368         font-size: 14px;
    369         font-size: 0.875rem;
    370 }
    371 
    372367/* Query Loop & Post Template */
    373368
    374369.wp-block-query .wp-block-post-template > li {
  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    771771
    772772/* Latest Comments */
    773773
    774 .editor-block-list__block ol.wp-block-latest-comments > li:before {
    775         content: '';
    776 }
    777 
    778774.wp-block-latest-comments article {
    779775        margin-bottom: 4em;
    780776}
     
    790786        margin-bottom: 0.4em;
    791787}
    792788
    793 .editor-block-list__block .wp-block-latest-comments__comment-meta a {
     789.editor-styles-wrapper .wp-block-latest-comments__comment-meta a {
    794790        -webkit-box-shadow: none;
    795791        box-shadow: none;
    796792        font-weight: 700;
     
    806802        text-transform: uppercase;
    807803}
    808804
    809 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
    810         font-size: 14px;
    811         font-size: 0.875rem;
    812 }
    813 
    814805/* Latest Posts */
    815806
    816807.edit-post-visual-editor .wp-block-latest-posts.is-grid {