|
@@ -470,7 +470,7 @@
|
|
|
/* Theme has built-in dropcaps and emphasis on the first line of each paragraph */
|
|
|
|
|
|
/* Drop cap and first line */
|
|
|
-.editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type .wp-block-paragraph:not(.no-emphasis):not(:focus):first-letter,
|
|
|
+.editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type .wp-block-paragraph[data-is-placeholder-visible="false"]:not(.no-emphasis):not(:focus):first-letter,
|
|
|
.emphasis:first-letter {
|
|
|
color: #b7b1a9;
|
|
|
display: inline-block;
|
|
@@ -483,7 +483,7 @@
|
|
|
margin: 6px 10px 0 -5px;
|
|
|
}
|
|
|
|
|
|
-.editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type .wp-block-paragraph:not(:focus):not(.no-emphasis):first-line,
|
|
|
+.editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type .wp-block-paragraph[data-is-placeholder-visible="false"]:not(:focus):not(.no-emphasis):first-line,
|
|
|
.emphasis:first-line {
|
|
|
color: #787065;
|
|
|
font-family: "Playfair Display SC";
|
|
@@ -493,7 +493,7 @@
|
|
|
letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
-.editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type:not(:focus) .wp-block-paragraph:not(:focus):not(.no-emphasis)::after,
|
|
|
+.editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type:not(:focus) .wp-block-paragraph[data-is-placeholder-visible="false"]:not(:focus):not(.no-emphasis)::after,
|
|
|
.emphasis::after {
|
|
|
clear: both;
|
|
|
content: "";
|