fix(style): fix checkbox-checked css in dark mode

This commit is contained in:
M69w 2021-07-22 11:29:56 +08:00 committed by Netfan
parent ee44d99c74
commit d3f08e37c5
2 changed files with 1 additions and 5 deletions

View File

@ -58,6 +58,7 @@ span.anticon:not(.app-iconify) {
color: @primary-color !important;
}
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
border-top: 0 !important;
border-left: 0 !important;

View File

@ -37,9 +37,4 @@ html[data-theme='light'] {
box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset,
0 1px 0 0 #434343 inset;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
border-top: 0;
border-left: 0;
}
}