fix disabled indeterminate checkbox style

pull/7011/head
Dreamacro 2017-09-07 16:01:47 +08:00 committed by 杨奕
parent e40609e2c7
commit 4c2a0d40e9
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@
border-color: $--checkbox-disabled-checked-input-border-color;
&::before {
background-color: $--checkbox-disabled-checked-icon-color;
border-color: $--checkbox-disabled-checked-icon-color;
}
}