[design] remove menu opacity on edge box render

This commit is contained in:
zombieFox 2019-11-11 09:25:09 +00:00
parent bb81f6ec91
commit 77769041df

View File

@ -36,10 +36,6 @@
transition: background-color var(--layout-timing-extra-fast), opacity var(--layout-timing-extra-fast);
}
.is-edge .menu-area {
opacity: 0.8;
}
.menu-nav {
display: flex;
flex-direction: row;