fix checked checkbox has blue border

This commit is contained in:
undergroundwires
2020-09-06 20:26:30 +01:00
parent d9abc7f0b2
commit 4ae385b7fc

View File

@@ -25,6 +25,7 @@
&-checkbox {
&.checked {
background: $accent !important;
border-color: $accent !important;
}
&.indeterminate {
border-color: $gray !important;