🎯 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

* fix: focus outlines for Settings popup menu items

* refactor: tighten scope onto account settings only
This commit is contained in:
Dustin Healy 2026-01-22 16:38:31 -08:00 committed by GitHub
parent 0cf7bb2d0e
commit 18a0e8a8b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -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;