Increase specificity of latest comments block CSS
This was not always overwriting the default block styles.
This commit is contained in:
parent
36aac5bd3e
commit
17df19a097
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -977,7 +977,7 @@ figure.wp-block-pullquote:where(:not(.no-theme-style)) {
|
||||
// LATEST COMMENTS
|
||||
// =============================================================================
|
||||
|
||||
.wp-block-latest-comments:where(:not(.no-theme-style)) {
|
||||
.wp-block-latest-comments:is(:not(.no-theme-style)) {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
|
||||
@ -1009,7 +1009,7 @@ figure.wp-block-pullquote:where(:not(.no-theme-style)) {
|
||||
|
||||
.wp-block-latest-comments__comment-avatar {
|
||||
float: left;
|
||||
margin: 3px 8px 4px 0;
|
||||
margin: 3px 8px 3px 0;
|
||||
border-radius: var(--layout-border-radius-small);
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
|
@ -711,7 +711,7 @@ body {
|
||||
// LATEST COMMENTS
|
||||
// =============================================================================
|
||||
|
||||
.wp-block-latest-comments:where(:not(.no-theme-style)) {
|
||||
.wp-block-latest-comments:is(:not(.no-theme-style)) {
|
||||
list-style: none;
|
||||
padding-left: 0 !important;
|
||||
|
||||
@ -734,7 +734,7 @@ body {
|
||||
|
||||
.wp-block-latest-comments__comment-avatar {
|
||||
float: left;
|
||||
margin: 3px 8px 4px 0;
|
||||
margin: 3px 8px 3px 0;
|
||||
border-radius: 2px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user