mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-26 09:21:33 +00:00
🎯 feat: High Contrast Focus Outlines for Account Settings Menu Items (#11451)
* fix: focus outlines for Settings popup menu items * refactor: tighten scope onto account settings only
This commit is contained in:
parent
0cf7bb2d0e
commit
18a0e8a8b0
2 changed files with 5 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ function AccountSettings() {
|
|||
</div>
|
||||
</Select.Select>
|
||||
<Select.SelectPopover
|
||||
className="popover-ui z-[125] w-[305px] rounded-lg md:w-[244px]"
|
||||
className="account-settings-popover popover-ui z-[125] w-[305px] rounded-lg md:w-[244px]"
|
||||
style={{
|
||||
transformOrigin: 'bottom',
|
||||
translate: '0 -4px',
|
||||
|
|
|
|||
|
|
@ -2668,6 +2668,10 @@ html {
|
|||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.account-settings-popover .select-item[data-active-item] {
|
||||
box-shadow: 0 0 0 2px hsl(var(--ring));
|
||||
}
|
||||
|
||||
.popover-ui[data-enter] {
|
||||
opacity: 1;
|
||||
scale: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue