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
|
|
@ -230,7 +230,7 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
|
|||
/>
|
||||
</div>
|
||||
<Show when={internalFilter()}>
|
||||
<IconButton icon="circle-x" variant="ghost" onClick={() => setInternalFilter("")} />
|
||||
<IconButton icon="circle-x" variant="ghost" onClick={() => setInternalFilter("")} aria-label="Clear filter" />
|
||||
</Show>
|
||||
</div>
|
||||
{searchAction()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue