mobilemenu.less: Remove redundant .flyout-menu styles

This commit is contained in:
Florian Strohmaier 2022-06-14 17:52:21 +02:00
parent 2a99d50954
commit 2273442916

View File

@ -25,6 +25,7 @@
> button {
font-size: .5em;
height: 100%;
padding: .25em;
// Reset font-size for child elements
> * {
@ -54,11 +55,6 @@
}
}
.active, .selected {
background: @menu-active-bg-color;
color: @menu-active-color;
}
.flyout {
position: fixed;
bottom: 3.5em;