style: remove bg-color of menu items at ':focus' state in vertical mode (#2659)

This commit is contained in:
Jimmy
2021-07-25 15:13:21 +08:00
committed by GitHub
parent 0a0db513e3
commit b609145f6a

View File

@@ -38,6 +38,9 @@
&:hover,
&:focus {
outline: none;
}
&:hover {
background-color: var(--el-menu-item-hover-fill);
}
@@ -86,6 +89,9 @@
&:focus,
&:hover {
outline: none;
}
&:hover {
.#{$namespace}-submenu__title {
color: var(--el-color-text-primary);
}
@@ -189,6 +195,10 @@
transform: none;
}
}
&.is-active i {
color: var(--el-color-primary);
}
}
}
@include m(popup) {