mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
fix(app): session screen accessibility improvements (#9907)
This commit is contained in:
parent
8a043edfd5
commit
3435327bc0
19 changed files with 120 additions and 75 deletions
|
|
@ -37,7 +37,7 @@ export function SortableTab(props: { tab: string; onTabClose: (tab: string) => v
|
|||
value={props.tab}
|
||||
closeButton={
|
||||
<Tooltip value={language.t("common.closeTab")} placement="bottom">
|
||||
<IconButton icon="close" variant="ghost" onClick={() => props.onTabClose(props.tab)} />
|
||||
<IconButton icon="close" variant="ghost" onClick={() => props.onTabClose(props.tab)} aria-label="Close tab" />
|
||||
</Tooltip>
|
||||
}
|
||||
hideCloseButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue