mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 05:08:50 +01:00
🖱️ feat: Minor Accessibility Changes (#2903)
* feat: focus rings for dialog buttons * chore: temp: soft removal of removeFocusOutlines * feat: allow tabbing of endpoint menu
This commit is contained in:
parent
3f600f0d3f
commit
e2cb2905e7
3 changed files with 21 additions and 10 deletions
|
|
@ -47,8 +47,7 @@ export const languages = [
|
|||
'pascal',
|
||||
];
|
||||
|
||||
export const removeFocusOutlines =
|
||||
'focus:outline-none focus:ring-0 focus:ring-opacity-0 focus:ring-offset-0';
|
||||
export const removeFocusOutlines = '';
|
||||
|
||||
export const cardStyle =
|
||||
'transition-colors rounded-md min-w-[75px] border font-normal bg-white hover:bg-gray-50 dark:border-gray-700 dark:hover:bg-gray-700 dark:bg-gray-800 text-black dark:text-gray-600 focus:outline-none data-[state=open]:bg-gray-50 dark:data-[state=open]:bg-gray-700';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue