chore: fix a couple of sonarcloud warnings
This commit is contained in:
@@ -184,7 +184,7 @@ export class UmbTiptapFixedMenuElement extends UmbLitElement {
|
||||
`;
|
||||
}
|
||||
|
||||
static override styles = css`
|
||||
static override readonly styles = css`
|
||||
:host {
|
||||
border-radius: var(--uui-border-radius);
|
||||
border: 1px solid var(--uui-color-border);
|
||||
|
||||
@@ -38,7 +38,7 @@ export class UmbTiptapHoverMenuElement extends LitElement {
|
||||
return html`<uui-popover-container></uui-popover-container>`;
|
||||
}
|
||||
|
||||
static override styles = css`
|
||||
static override readonly styles = css`
|
||||
:host {
|
||||
position: fixed;
|
||||
background-color: var(--uui-color-surface-alt);
|
||||
|
||||
Reference in New Issue
Block a user