forked from github/dataease
feat: 调整头部菜单悬浮样式
This commit is contained in:
parent
af09451a0f
commit
ef47cde35b
@ -32,12 +32,12 @@
|
||||
|
||||
.nav-item {
|
||||
display: inline-block;
|
||||
.el-menu-item {
|
||||
.el-menu-item:not(.is-active) {
|
||||
// color: rgb(191, 203, 217);
|
||||
color: $menuText;
|
||||
&:hover {
|
||||
background-color: $subMenuHover !important;
|
||||
color: $subMenuActiveText !important;
|
||||
background-color: $menuHover !important;
|
||||
// color: $subMenuActiveText !important;
|
||||
}
|
||||
&:focus {
|
||||
background-color: $subMenuHover !important;
|
||||
|
Loading…
Reference in New Issue
Block a user