web/admin: remove sidebar box shadow

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-11 18:56:31 +02:00
parent 858fcb8554
commit 11c8ae8f18
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ export class Sidebar extends LitElement {
css`
:host {
z-index: 100;
box-shadow: none !important;
}
.pf-c-nav__link.pf-m-current::after,
.pf-c-nav__link.pf-m-current:hover::after,