Skip to content

Commit

Permalink
add accessible labels (#6308)
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes authored Dec 20, 2024
1 parent 440db0e commit 9b1bd5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-common/src/layout/workspace/WorkspaceHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
type="secondary"
square
selected={$tableVisible}
label="Toggle table visibility"
on:click={workspaceLayout.table.toggle}
>
<HideBottomPane size="18px" open={$tableVisible} />
Expand All @@ -102,6 +103,7 @@
type="secondary"
square
selected={$inspectorVisible}
label="Toggle inspector visibility"
on:click={workspaceLayout.inspector.toggle}
>
<HideSidebar open={$inspectorVisible} size="18px" />
Expand Down

1 comment on commit 9b1bd5f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.