mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
👐 a11y: Misc. Improvements (#3910)
* fix focus for cancel button in convo delete modal window #3829 * add aria-hidden and aria-label to X and Check svg/button respectively and updated OGDialogClose focus color * update rename, newchat, newchat icon, ConvoOptions icon
This commit is contained in:
parent
9ec665dd2c
commit
b9197f90c6
5 changed files with 11 additions and 7 deletions
|
|
@ -76,7 +76,7 @@ export default function ConvoOptions({
|
|||
: 'opacity-0 focus:opacity-100 group-focus-within:opacity-100 group-hover:opacity-100 data-[open]:opacity-100',
|
||||
)}
|
||||
>
|
||||
<Ellipsis className="icon-md text-text-secondary" />
|
||||
<Ellipsis className="icon-md text-text-secondary" aria-hidden={true}/>
|
||||
</Ariakit.MenuButton>
|
||||
}
|
||||
items={dropdownItems}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue