Skip to content

Commit c085411

Browse files
committed
fix complianz checkbox
1 parent f3d1afb commit c085411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/03-base/_forms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $all-text-inputs: assign-inputs($text-inputs-list);
6969
For complianz plugin
7070
--------------------
7171
72-
*:not(.cmplz-banner-checkbox) > & {
72+
span:not(.cmplz-banner-checkbox) > & {
7373
@include checkbox-custom;
7474
7575
&:checked {
@@ -87,7 +87,7 @@ $all-text-inputs: assign-inputs($text-inputs-list);
8787
For complianz plugin
8888
--------------------
8989
90-
*:not(.cmplz-banner-checkbox) > & {
90+
span:not(.cmplz-banner-checkbox) > & {
9191
@include radio-custom(true);
9292
}
9393
*/

0 commit comments

Comments
 (0)