Don't change visibility of MenuWrapper when hover state changes. (#653)
This commit is contained in:
parent
0a0071bc11
commit
6cd5003a7a
1 changed files with 0 additions and 8 deletions
|
@ -10,10 +10,6 @@
|
|||
&:hover {
|
||||
background-color: rgba(var(--sidebar-fg), 0.08);
|
||||
display: flex;
|
||||
|
||||
.MenuWrapper {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
&.subitem {
|
||||
|
@ -54,10 +50,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.MenuWrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.Menu.left {
|
||||
right: -16px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue