Skip to content

Commit

Permalink
omit radio
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Nov 21, 2024
1 parent 4e57c79 commit d71cbae
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions assembler/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ label,
}

textarea,
input:not([type=submit]):not([type=checkbox]),
input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.wp-block-post-comments-form textarea,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.jetpack-contact-form .jetpack-field .jetpack-field__input,
.jetpack-contact-form .jetpack-field .jetpack-field__textarea {
backdrop-filter: saturate(1.075);
Expand All @@ -67,14 +67,10 @@ input:not([type=submit]):not([type=checkbox]),
textarea:focus,
input:not([type=submit]):focus,
.wp-block-post-comments-form textarea:focus,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):focus {
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
outline: 1px solid currentColor;
}

.wp-block-jetpack-contact-form-container input[type="radio"] {
min-height: unset !important;
}

/* Jetpack Forms: Clean up errors */

.contact-form__error {
Expand Down

0 comments on commit d71cbae

Please sign in to comment.