1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix drawer menu styles

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-05-11 11:17:34 +03:00
parent 03e3a1c07c
commit 1cec1e725a

View File

@ -62,6 +62,10 @@
.MenuActions.toolbar .Icon {
color: $drawerTitleText;
}
.Menu {
box-shadow: none;
}
}
.drawer-content {
@ -78,4 +82,4 @@
width: var(--full-size)
}
}
}
}