Skip to content

Commit f1f113c

Browse files
committed
Fix checkbox styling with dark theme
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 00b2afb commit f1f113c

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

apps/accessibility/css/themedark.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,15 @@ $color-border-dark: lighten($color-main-background, 14%);
7474
filter: invert(100%);
7575
}
7676
}
77+
78+
input[type=checkbox] {
79+
&.checkbox {
80+
&:checked + label:before {
81+
background-image: url('../../../core/img/actions/checkbox-mark-dark.svg');
82+
}
83+
84+
&:indeterminate + label:before {
85+
background-image: url('../../../core/img/actions/checkbox-mixed-dark.svg');
86+
}
87+
}
88+
}
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)