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. Built from https://develop.svn.wordpress.org/trunk@58204 git-svn-id: http://core.svn.wordpress.org/trunk@57667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
57dc7cd16c
commit
4c8cceb51a
|
@ -364,11 +364,6 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||||
text-transform: uppercase;
|
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 */
|
/* Query Loop & Post Template */
|
||||||
|
|
||||||
.wp-block-query .wp-block-post-template > li {
|
.wp-block-query .wp-block-post-template > li {
|
||||||
|
|
|
@ -771,10 +771,6 @@ table.wp-block-table td:last-child {
|
||||||
|
|
||||||
/* Latest Comments */
|
/* Latest Comments */
|
||||||
|
|
||||||
.editor-block-list__block ol.wp-block-latest-comments > li:before {
|
|
||||||
content: '';
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-block-latest-comments article {
|
.wp-block-latest-comments article {
|
||||||
margin-bottom: 4em;
|
margin-bottom: 4em;
|
||||||
}
|
}
|
||||||
|
@ -790,7 +786,7 @@ table.wp-block-table td:last-child {
|
||||||
margin-bottom: 0.4em;
|
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;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -806,11 +802,6 @@ table.wp-block-table td:last-child {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
|
|
||||||
font-size: 14px;
|
|
||||||
font-size: 0.875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Latest Posts */
|
/* Latest Posts */
|
||||||
|
|
||||||
.edit-post-visual-editor .wp-block-latest-posts.is-grid {
|
.edit-post-visual-editor .wp-block-latest-posts.is-grid {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-alpha-58203';
|
$wp_version = '6.6-alpha-58204';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue