|
@@ -84,6 +84,7 @@
|
|
|
.el-submenu__title {
|
|
|
&:hover {
|
|
|
background-color: $menuHover !important;
|
|
|
+ color: $menuHoverText !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -101,7 +102,8 @@
|
|
|
background-color: $subMenuBg !important;
|
|
|
|
|
|
&:hover {
|
|
|
- background-color: $subMenuHover !important;
|
|
|
+ background-color: $menuHover !important;
|
|
|
+ color: $menuHoverText !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -218,8 +220,8 @@
|
|
|
.nest-menu .el-submenu > .el-submenu__title,
|
|
|
.el-menu-item {
|
|
|
&:hover {
|
|
|
- // you can use $subMenuHover
|
|
|
background-color: $menuHover !important;
|
|
|
+ color: $menuHoverText !important;
|
|
|
}
|
|
|
}
|
|
|
|