mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
feat: 调整头部菜单悬浮样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user