mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +08:00
style: remove bg-color of menu items at ':focus' state in vertical mode (#2659)
This commit is contained in:
parent
0a0db513e3
commit
b609145f6a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user