fix(checkbox): border overlay when checked

This commit is contained in:
07akioni 2019-07-16 17:18:50 +08:00
parent 31bd3231ff
commit 8089b55766

View File

@ -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);