Skip to content

Commit 9f18da0

Browse files
committed
use filter invert on checked checkbox
1 parent e60be5e commit 9f18da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ on production builds, the attributes are being reordered, causing side-effects
10441044
.contact-form .is-style-list input.consent:checked,
10451045
.contact-form .is-style-list input.checkbox:checked,
10461046
.contact-form .grunion-field-wrap:not(.is-style-plain) input.checkbox-multiple:checked {
1047-
background-color: currentColor;
1047+
filter: invert(1);
10481048

10491049
}
10501050

0 commit comments

Comments
 (0)