chore(orbit): keyboard navigation across interactive modals

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-24 19:42:53 +02:00
parent b0c153ec48
commit c9977a20e9
5 changed files with 99 additions and 22 deletions
+2 -1
View File
@@ -12021,7 +12021,8 @@ html[data-psy-native-hidden="true"] *::after {
color: var(--accent);
flex-shrink: 0;
}
.orbit-account-picker__item:hover {
.orbit-account-picker__item:hover,
.orbit-account-picker__item.is-active {
background: color-mix(in srgb, var(--accent) 12%, transparent);
border-color: color-mix(in srgb, var(--accent) 35%, transparent);
}