fix(projects): 🐛 fix the menu hover highlight in bg-inverted. fixed [#115]

This commit is contained in:
一寸灰
2025-07-09 15:31:06 +08:00
committed by GitHub
parent 259185777c
commit 0e4bb80635

View File

@@ -20,8 +20,9 @@ html.dark:root {
--el-menu-item-height: 42px;
}
html.dark:root {
--el-menu-item-hover-fill: rgba(255, 255, 255, 0.05);
html.dark:root,
.bg-inverted {
--el-menu-item-hover-fill: rgba(255, 255, 255, 0.1);
}
.bg-inverted {