feat(ui): centralize interaction preferences
Expose interaction defaults in Settings and reuse the same registry for command palette actions.
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
ring-color: var(--accent-primary);
|
||||
}
|
||||
|
||||
.selector-trigger:disabled,
|
||||
.selector-trigger[aria-disabled="true"],
|
||||
.selector-trigger[data-disabled],
|
||||
.selector-trigger-disabled {
|
||||
@apply opacity-50 cursor-not-allowed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user