mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-05 07:40:19 +01:00
🎯 feat: High Contrast Focus Outlines for Account Settings Menu Items (#11451)
Some checks failed
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
Publish `@librechat/data-schemas` to NPM / build-and-publish (push) Has been cancelled
Docker Dev Images Build / build (Dockerfile, librechat-dev, node) (push) Has been cancelled
Docker Dev Images Build / build (Dockerfile.multi, librechat-dev-api, api-build) (push) Has been cancelled
Sync Locize Translations & Create Translation PR / Sync Translation Keys with Locize (push) Has been cancelled
Sync Locize Translations & Create Translation PR / Create Translation PR on Version Published (push) Has been cancelled
Some checks failed
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
Publish `@librechat/data-schemas` to NPM / build-and-publish (push) Has been cancelled
Docker Dev Images Build / build (Dockerfile, librechat-dev, node) (push) Has been cancelled
Docker Dev Images Build / build (Dockerfile.multi, librechat-dev-api, api-build) (push) Has been cancelled
Sync Locize Translations & Create Translation PR / Sync Translation Keys with Locize (push) Has been cancelled
Sync Locize Translations & Create Translation PR / Create Translation PR on Version Published (push) Has been cancelled
* 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>
|
</div>
|
||||||
</Select.Select>
|
</Select.Select>
|
||||||
<Select.SelectPopover
|
<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={{
|
style={{
|
||||||
transformOrigin: 'bottom',
|
transformOrigin: 'bottom',
|
||||||
translate: '0 -4px',
|
translate: '0 -4px',
|
||||||
|
|
|
||||||
|
|
@ -2668,6 +2668,10 @@ html {
|
||||||
color: var(--text-primary);
|
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] {
|
.popover-ui[data-enter] {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
scale: 1;
|
scale: 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue