Skip to content

Commit 4fa3e24

Browse files
committed
feat: add checkbox selected error dark asset
1 parent 66da845 commit 4fa3e24

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Loading

src/css/iconTheming.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ $svg-fill-hex-to-var: (
136136
background-image: url('../assets/icons/dark/ic-checkbox-selected.svg');
137137
}
138138

139+
.form__checkbox.error:checked[value='CHECKED'] ~ .form__checkbox-container {
140+
background-image: url('../assets/icons/dark/ic-checkbox-selected-error.svg');
141+
}
142+
139143
.form__checkbox:checked[value='BULK_CHECKED']~.form__checkbox-container {
140144
background-image: url('../assets/icons/dark/ic-bulk-check.svg');
141145
}

0 commit comments

Comments
 (0)