ui: show selector shortcuts inline

This commit is contained in:
Shantur Rathore
2026-01-25 17:49:14 +00:00
parent 4aae8ab720
commit d9f7735c94
6 changed files with 39 additions and 52 deletions

View File

@@ -27,6 +27,10 @@
@apply items-start;
}
.selector-trigger-label--top {
@apply self-start;
}
.selector-trigger-primary {
@apply text-sm font-medium truncate;
color: var(--text-primary);
@@ -46,6 +50,15 @@
color: var(--text-muted);
}
.selector-trigger-hint {
@apply flex-shrink-0;
color: var(--text-muted);
}
.selector-trigger-hint--top {
@apply self-start mt-0.5;
}
.selector-popover {
@apply rounded-md shadow-lg overflow-hidden min-w-[300px];
background-color: var(--surface-base);