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 de6f663688
commit d6f60ad9ec
1 changed files with 1 additions and 0 deletions

View File

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