|
@@ -1,6 +1,9 @@
|
|
|
-h1.wp-block-post-title:not(.has-featured-image .wp-block-post-title) {
|
|
|
- border-bottom: var(--wp--custom--form--border--width)
|
|
|
- var(--wp--custom--form--border--style) var(--wp--preset--color--primary);
|
|
|
- padding-bottom: calc(var(--wp--custom--gap--vertical) * 3);
|
|
|
- margin-bottom: 0;
|
|
|
+h1.wp-block-post-title {
|
|
|
+ //can be removed after https://github.com/WordPress/gutenberg/pull/35684 lands
|
|
|
+ margin-bottom: calc(var(--wp--custom--gap--vertical) * 3);
|
|
|
+ body:not(.has-featured-image) &{
|
|
|
+ border-bottom: var(--wp--custom--form--border--width)
|
|
|
+ var(--wp--custom--form--border--style) var(--wp--preset--color--primary);
|
|
|
+ padding-bottom: calc(var(--wp--custom--gap--vertical) * 3);
|
|
|
+ }
|
|
|
}
|