feat(app): session timeline/turn rework (#13196)

Co-authored-by: David Hill <iamdavidhill@gmail.com>
This commit is contained in:
Adam 2026-02-17 07:16:23 -06:00 committed by GitHub
commit 10985671ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
85 changed files with 3084 additions and 2403 deletions

View file

@ -170,3 +170,15 @@
outline: none;
}
}
[data-component="button"].titlebar-icon[data-variant="ghost"]:hover:not(:disabled) {
background-color: var(--surface-raised-base-active);
}
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] {
background-color: var(--surface-base-active);
}
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"]:hover:not(:disabled) {
background-color: var(--surface-base-active);
}