|
@@ -215,10 +215,6 @@ is passed all of the block attributes on the block definition in the template. *
|
|
|
margin-bottom: var(--wp--custom--margin--baseline);
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments input[type=checkbox] + label {
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-post-comments .commentlist .comment {
|
|
|
padding-left: 0;
|
|
|
}
|
|
@@ -252,19 +248,12 @@ is passed all of the block attributes on the block definition in the template. *
|
|
|
font-size: var(--global--font-size-xs);
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments .comment-form {
|
|
|
- display: grid;
|
|
|
- column-gap: 1em;
|
|
|
- grid-template-rows: auto;
|
|
|
- grid-template-areas: "notes notes" "comment comment" "author email" "url url" "cookies-consent cookies-consent" "form-submit form-submit";
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-post-comments .comment-form p {
|
|
|
+.wp-block-post-comments form p {
|
|
|
margin-top: var(--wp--custom--margin--baseline);
|
|
|
margin-bottom: var(--wp--custom--margin--baseline);
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments .comment-form input[type="submit"] {
|
|
|
+.wp-block-post-comments form input[type="submit"] {
|
|
|
border-radius: var(--wp--custom--button--border--radius);
|
|
|
cursor: pointer;
|
|
|
font-size: var(--wp--preset--font-size--normal);
|
|
@@ -272,57 +261,29 @@ is passed all of the block attributes on the block definition in the template. *
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments .comment-form input[type="submit"]:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments .comment-form input[type="submit"]:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments .comment-form input[type="submit"]:not(.has-background):not(.has-text-color).has-focus {
|
|
|
+.wp-block-post-comments form input[type="submit"]:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments form input[type="submit"]:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments form input[type="submit"]:not(.has-background):not(.has-text-color).has-focus {
|
|
|
padding: 23px 25px;
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments .comment-form .comment-form-cookies-consent > label,
|
|
|
-.wp-block-post-comments .comment-form .comment-notes {
|
|
|
+.wp-block-post-comments form .comment-form-cookies-consent > label,
|
|
|
+.wp-block-post-comments form .comment-notes {
|
|
|
font-size: var(--wp--preset--font-size--tiny);
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
|
|
|
-.wp-block-post-comments .comment-form textarea {
|
|
|
+.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
|
|
|
+.wp-block-post-comments form textarea {
|
|
|
font-size: var(--wp--preset--font-size--small);
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]):focus,
|
|
|
-.wp-block-post-comments .comment-form textarea:focus {
|
|
|
+.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]):focus,
|
|
|
+.wp-block-post-comments form textarea:focus {
|
|
|
color: var(--wp--custom--form--color--text);
|
|
|
outline-width: 1px;
|
|
|
outline-style: dotted;
|
|
|
outline-color: var(--wp--custom--form--color--text);
|
|
|
}
|
|
|
|
|
|
-.wp-block-post-comments .comment-notes {
|
|
|
- grid-area: notes;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-post-comments .comment-form-author {
|
|
|
- grid-area: author;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-post-comments .comment-form-email {
|
|
|
- grid-area: email;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-post-comments .comment-form-url {
|
|
|
- grid-area: url;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-post-comments .comment-form-comment {
|
|
|
- grid-area: comment;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-post-comments .comment-form-cookies-consent {
|
|
|
- grid-area: cookies-consent;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-post-comments .form-submit {
|
|
|
- grid-area: form-submit;
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
padding: var(--wp--custom--margin--horizontal);
|
|
|
}
|