Skip to content

Commit 365fbea

Browse files
committed
[gephi-lite] fix checkbox check color
1 parent 3d890bf commit 365fbea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/gephi-lite/src/styles/_dark.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
--range-in-body: #{$gray-800};
77
--range-out-bg: #{$gray-200};
88
--range-out-body: #{$gray-200};
9-
}
109

11-
.form-check-input:checked[type="checkbox"] {
12-
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
10+
.form-check-input:checked[type="checkbox"] {
11+
--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
12+
}
1313
}

0 commit comments

Comments
 (0)