Bigger border on context menu

This commit is contained in:
nathan 2024-07-17 10:10:24 -06:00 committed by ralf
parent 5de5032222
commit bf15c93d96
3 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@ export class EgwMenuShoelace extends LitElement
font-weight: var(--sl-font-weight-bold, bold); font-weight: var(--sl-font-weight-bold, bold);
} }
.custom-color::part(label) { sl-menu {
--color: var(--color); box-shadow: var(--sl-shadow-x-large);
} }
sl-menu-item::part(base) { sl-menu-item::part(base) {