styles: 优化checkbox组件选中态样式 (#6277)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2023-02-28 14:12:49 +08:00 committed by GitHub
parent 3de6c1ece7
commit 581f64308d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,10 +241,6 @@
&:active {
input:checked + i {
background: var(--Checkbox-checked-onHover-bgColor);
&:before {
background: var(--Checkbox-checked-onHover-bgColor);
}
}
}