Browse Source

Adds label to dismiss button on home view popover

main
Keith Daulton 2 years ago
parent
commit
4b6dfbf41d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/webviews/apps/home/components/header-card.ts

+ 2
- 0
src/webviews/apps/home/components/header-card.ts View File

@ -26,6 +26,8 @@ const template = html`
class="action is-icon"
slot="actions"
@click="${(x, c) => x.dismissStatus(c.event as MouseEvent)}"
title="Dismiss status update"
aria-label="Dismiss status update"
><code-icon icon="close"></code-icon
></a>
`,

Loading…
Cancel
Save