feat(spa): search-screen mutation surface — add-to, multi-select, add-all, smart collection (#208)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -4148,3 +4148,19 @@
|
||||
border-color: var(--ctv-accent);
|
||||
color: var(--ctv-text);
|
||||
}
|
||||
|
||||
/* Search multi-select action bar (#208): appears below the actionbar while items are selected. */
|
||||
.ctv-search-selectbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-5, 10px);
|
||||
border: 1px solid var(--ctv-accent);
|
||||
border-radius: var(--radius-md, 7px);
|
||||
background: var(--ctv-accent-soft);
|
||||
padding: var(--space-4, 8px) var(--space-7, 16px);
|
||||
}
|
||||
|
||||
.ctv-search-selectbar-count {
|
||||
font-weight: 600;
|
||||
color: var(--ctv-text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user