mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2025-12-30 10:22:25 +00:00
fix(projects): 🐛 fix the menu hover highlight in bg-inverted. fixed [#115]
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user