Fix: checkbox text-shadow

This commit is contained in:
Dreamacro 2019-12-05 22:22:46 +08:00
parent 07fb07f0a8
commit 6b41cbe93c

View File

@ -37,5 +37,6 @@ $padding: 26px;
color: $color-white;
line-height: $length;
transform: translateY(-$length / 2) scale(0.6);
text-shadow: none;
font-weight: bold;
}