Commit d3f08e37 authored by M69w's avatar M69w Committed by Netfan

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

parent ee44d99c
...@@ -58,6 +58,7 @@ span.anticon:not(.app-iconify) { ...@@ -58,6 +58,7 @@ span.anticon:not(.app-iconify) {
color: @primary-color !important; color: @primary-color !important;
} }
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after { .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
border-top: 0 !important; border-top: 0 !important;
border-left: 0 !important; border-left: 0 !important;
......
...@@ -37,9 +37,4 @@ html[data-theme='light'] { ...@@ -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, 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; 0 1px 0 0 #434343 inset;
} }
.ant-checkbox-checked .ant-checkbox-inner::after {
border-top: 0;
border-left: 0;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment