Skip to content

Commit 2019276

Browse files
committed
Override the radio button styles as well
1 parent 4708750 commit 2019276

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/packages/forms/src/contact-form/css/grunion.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,10 @@ on production builds, the attributes are being reordered, causing side-effects
11001100
left: 0;
11011101
}
11021102

1103+
.contact-form .grunion-field-wrap:not(.is-style-plain) input.radio:checked::after {
1104+
display: none; /* Prevent themes style from being added to the radio button as well */
1105+
}
1106+
11031107
.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field,
11041108
.contact-form .grunion-field-wrap.grunion-field-radio-wrap.is-style-button-wrap .contact-form-field {
11051109
display: inline-flex;

0 commit comments

Comments
 (0)