Don't change visibility of MenuWrapper when hover state changes. (#653)

This commit is contained in:
kamre 2021-06-30 18:44:51 +07:00 committed by GitHub
parent 0a0071bc11
commit 6cd5003a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}