mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
fix(dark-theme): style for checked tree nodes
修复黑暗主题下已勾选的Tree的复选框的样式问题
This commit is contained in:
@@ -33,11 +33,6 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
|
||||
return s;
|
||||
case '.ant-steps-item-icon > .ant-steps-icon':
|
||||
return s;
|
||||
default:
|
||||
if (s.indexOf('.ant-alert-message') >= 0) {
|
||||
console.log(s);
|
||||
}
|
||||
return s;
|
||||
}
|
||||
return `[data-theme] ${s}`;
|
||||
},
|
||||
@@ -78,19 +73,6 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
|
||||
'alert-error-border-color': '#58181c',
|
||||
'alert-error-bg-color': '#2a1215',
|
||||
'alert-error-icon-color': '#a61d24',
|
||||
|
||||
// @alert-success-border-color: @green-3;
|
||||
// @alert-success-bg-color: @green-1;
|
||||
// @alert-success-icon-color: @success-color;
|
||||
// @alert-info-border-color: @primary-3;
|
||||
// @alert-info-bg-color: @primary-1;
|
||||
// @alert-info-icon-color: @info-color;
|
||||
// @alert-warning-border-color: @gold-3;
|
||||
// @alert-warning-bg-color: @gold-1;
|
||||
// @alert-warning-icon-color: @warning-color;
|
||||
// @alert-error-border-color: @red-3;
|
||||
// @alert-error-bg-color: @red-1;
|
||||
// @alert-error-icon-color: @error-color;
|
||||
},
|
||||
}),
|
||||
];
|
||||
|
Reference in New Issue
Block a user