| | |
| | | // menu hover |
| | | |
| | | .el-submenu__title,.el-tooltip{ |
| | | |
| | | &:hover { |
| | | background-color: $menuHover !important; |
| | | border-radius: 8px; |
| | | overflow: hidden; |
| | | &:hover { |
| | | background-color: $menuHover !important; |
| | | color: $menuActiveText !important; |
| | | |
| | | } |
| | | } |
| | | .submenu-title-noDropdown{ |
| | | &:hover { |
| | | background-color:transparent !important; |
| | | // background-color: $menuBg !important; |
| | | border-radius: 8px; |
| | | overflow: hidden; |
| | | // border-radius: 8px; |
| | | // overflow: hidden; |
| | | color: $menuActiveText !important; |
| | | |
| | | } |
| | |
| | | } |
| | | .el-submenu__title{ |
| | | background-color: #ffffff !important; |
| | | border-radius: 8px; |
| | | overflow: hidden; |
| | | color: $menuActiveText !important; |
| | | &:has(.is-active){ |
| | | background-color: #ffffff !important; |
| | | color: $menuActiveText !important; |
| | | } |
| | | } |
| | | |
| | | } |
| | |
| | | background-color: $subMenuBg !important; |
| | | |
| | | &:hover { |
| | | |
| | | background-color: $subMenuHover !important; |
| | | } |
| | | } |
| | |
| | | // color: $subMenuActiveText !important; |
| | | // border-right: 3px solid $menuActiveText; |
| | | // background-color: $menuHover !important; |
| | | background: #fff !important; |
| | | // background: #fff !important; |
| | | .el-tooltip{ |
| | | color: $subMenuActiveText !important; |
| | | // border-right: 3px solid $menuActiveText; |