fix checked checkbox has blue border
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
&-checkbox {
|
&-checkbox {
|
||||||
&.checked {
|
&.checked {
|
||||||
background: $accent !important;
|
background: $accent !important;
|
||||||
|
border-color: $accent !important;
|
||||||
}
|
}
|
||||||
&.indeterminate {
|
&.indeterminate {
|
||||||
border-color: $gray !important;
|
border-color: $gray !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user