fix: el-tag styles for dark theme

This commit is contained in:
pa
2025-08-16 20:38:13 +09:00
committed by Natsumi
parent 2483f80483
commit c72688d722
5 changed files with 52 additions and 6 deletions
+9 -1
View File
@@ -224,9 +224,17 @@ i.el-icon-close:hover {
}
.el-tag.el-tag--info {
color: #baa;
}
.el-tag,
.el-tag.el-tag--success,
.el-tag.el-tag--info,
.el-tag.el-tag--warning,
.el-tag.el-tag--danger {
background-color: var(--lighter-lighter-bg);
border: 1px solid var(--lighter-lighter-lighter-lighter-bg);
}
.el-collapse-item__header > span + span,
.el-form-item__label,
.el-pagination__total,
@@ -365,7 +373,7 @@ input[type='checkbox']:checked + .el-switch__core {
.el-collapse-item .el-tag--mini {
border: transparent;
background-color: #333;
background-color: var(--lighter-lighter-bg);
}
.el-divider {
background-color: #606266;