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.


git-svn-id: https://develop.svn.wordpress.org/trunk@58204 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2024-05-27 10:29:47 +00:00
parent 3afede6179
commit 2baabca8bd
2 changed files with 1 additions and 15 deletions

View File

@ -364,11 +364,6 @@ p.has-drop-cap:not(:focus)::first-letter {
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
}
/* Query Loop & Post Template */
.wp-block-query .wp-block-post-template > li {

View File

@ -771,10 +771,6 @@ table.wp-block-table td:last-child {
/* Latest Comments */
.editor-block-list__block ol.wp-block-latest-comments > li:before {
content: '';
}
.wp-block-latest-comments article {
margin-bottom: 4em;
}
@ -790,7 +786,7 @@ table.wp-block-table td:last-child {
margin-bottom: 0.4em;
}
.editor-block-list__block .wp-block-latest-comments__comment-meta a {
.editor-styles-wrapper .wp-block-latest-comments__comment-meta a {
-webkit-box-shadow: none;
box-shadow: none;
font-weight: 700;
@ -806,11 +802,6 @@ table.wp-block-table td:last-child {
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
}
/* Latest Posts */
.edit-post-visual-editor .wp-block-latest-posts.is-grid {