mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
fix(checkbox): border overlay when checked
This commit is contained in:
parent
31bd3231ff
commit
8089b55766
@ -45,6 +45,7 @@
|
||||
&.n-checkbox--checked {
|
||||
.n-checkbox__checkbox {
|
||||
background-color: $checkbox-background--active;
|
||||
box-shadow: inset 0 0 0 1px $checkbox-border-color--active;
|
||||
&::after {
|
||||
opacity: 1;
|
||||
transform: rotate(45deg) scale(1);
|
||||
|
Loading…
Reference in New Issue
Block a user