fix(dark-theme): style for checked tree nodes

修复黑暗主题下已勾选的Tree的复选框的样式问题
This commit is contained in:
无木
2021-07-21 22:43:47 +08:00
parent 42812162c4
commit 662b576ac2
4 changed files with 7 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ html[data-theme='light'] {
}
}
html[data-theme='dark'] {
[data-theme='dark'] {
.text-secondary {
color: #8b949e;
}
@@ -23,14 +23,6 @@ html[data-theme='dark'] {
0 1px 0 0 #434343 inset;
}
html[data-theme='light'] {
.ant-alert-message,
.ant-alert-with-description .ant-alert-message,
.ant-alert-description {
color: rgba(0, 0, 0, 0.85);
}
}
.ant-checkbox-checked .ant-checkbox-inner::after {
border-top: 0;
border-left: 0;