Make WordPress Core

Changeset 58204

Timestamp:
05/27/2024 10:29:47 AM (2 months ago)
Author:
karmatosed
Message:

Twenty Seventeen: Resolves latest comments author font weight difference.

The latest comments author font weight was showing different between editor and front. This fixes that and also removes an extra ruleset.

Props pitamdey, sabernhardt, shailu25, naeemhaque, darshitrajyaguru97.
Fixes #61180.

Location:
trunk/src/wp-content/themes/twentyseventeen/assets/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/assets/css/blocks.css

    r54139 r58204  
    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
  • trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

    r55913 r58204  
    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;
     
    791787}
    792788
    793 .editor-block-list__block .wp-block-latest-comments__comment-meta a {
     789.editor- .wp-block-latest-comments__comment-meta a {
    794790    -webkit-box-shadow: none;
    795791    box-shadow: none;
     
    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
Note: See TracChangeset for help on using the changeset viewer.