We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66da845 commit 4fa3e24Copy full SHA for 4fa3e24
src/assets/icons/dark/ic-checkbox-selected-error.svg
src/css/iconTheming.scss
@@ -136,6 +136,10 @@ $svg-fill-hex-to-var: (
136
background-image: url('../assets/icons/dark/ic-checkbox-selected.svg');
137
}
138
139
+ .form__checkbox.error:checked[value='CHECKED'] ~ .form__checkbox-container {
140
+ background-image: url('../assets/icons/dark/ic-checkbox-selected-error.svg');
141
+ }
142
+
143
.form__checkbox:checked[value='BULK_CHECKED']~.form__checkbox-container {
144
background-image: url('../assets/icons/dark/ic-bulk-check.svg');
145
0 commit comments