Мелкие фиксы стилей

This commit is contained in:
Ilia Miheev
2026-06-04 00:31:59 +03:00
parent b1fdb48609
commit 4140502615
2 changed files with 11 additions and 1 deletions
+6
View File
@@ -121,6 +121,7 @@ h1 {
.menu-content {
border-right: none;
padding-bottom: 30px;
}
.menu-content__group-title {
@@ -149,6 +150,11 @@ h1 {
width: 100%;
}
.menu-list-item:hover,
.menu-content :deep(.el-menu-item.menu-list-item:hover) {
background-color: transparent !important;
}
.menu-list-item.is-active {
background-color: transparent !important;
}