Make use of queuedInstance to add/remove queued instances

This commit is contained in:
Natsumi
2023-12-04 20:51:46 +13:00
parent 00e93a9667
commit 704268bb1b
3 changed files with 64 additions and 15 deletions

View File

@@ -167,12 +167,12 @@ a {
}
.el-checkbox__input.is-checked + .el-checkbox__label {
color: var(--theme-text) !important;
color: var(--theme-text-muted) !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
border-color: var(--theme-text) !important;
background: var(--theme-text) !important;
border-color: var(--theme-text-muted) !important;
background: var(--theme-text-muted) !important;
}
.el-icon-star-on {