feat(worktrees): refine worktree selector UX
This commit is contained in:
@@ -171,6 +171,15 @@
|
||||
ring-color: var(--accent-primary);
|
||||
}
|
||||
|
||||
/* Worktree selector separators */
|
||||
.worktree-selector-item {
|
||||
border-bottom: 1px solid var(--border-base);
|
||||
}
|
||||
|
||||
.worktree-selector-item:last-of-type {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.selector-favorites-toggle {
|
||||
@apply p-2 rounded border transition-colors flex items-center justify-center;
|
||||
background-color: var(--surface-base);
|
||||
|
||||
Reference in New Issue
Block a user