!532 【修复】暗黑主题下沉浸标签预选内容颜色

Merge pull request !532 from 半栈幼儿员/hotfix/tagsview
This commit is contained in:
芋道源码
2024-09-01 01:31:42 +00:00
committed by Gitee
3 changed files with 12 additions and 10 deletions

View File

@ -623,6 +623,12 @@ $prefix-cls: #{$namespace}-tags-view;
}
}
}
&__item--immerse:not(.is-active) {
&:hover {
color: var(--el-color-white);
}
}
}
}
</style>