-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ a:active { | |
|
||
.wp-site-blocks, | ||
.is-root-container, | ||
.wp-block-group:where(.has-background), | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jasmussen
|
||
.edit-post-visual-editor__post-title-wrapper { | ||
padding-left: var(--wp--custom--spacing--outer); | ||
padding-right: var(--wp--custom--spacing--outer); | ||
|
@@ -113,4 +114,4 @@ a:active { | |
margin-left: auto !important; | ||
margin-right: auto !important; | ||
width: inherit; | ||
} | ||
} |
It's weird that this is necessary — I thought Gutenberg was using
:where()
specifically so that it would be easy to override? Maybe @jasmussen can provide a gut check here.