Revert "feat: Transitions, spacing, scroll fade, prompt area update (#11168)" (#11461)

Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
This commit is contained in:
Adam 2026-01-31 07:18:51 -06:00 committed by GitHub
commit a552652fcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 380 additions and 1321 deletions

View file

@ -1,10 +1,12 @@
[data-component="progress-circle"] {
color: inherit;
transform: rotate(-90deg);
[data-slot="progress-circle-background"] {
transform-origin: 50% 50%;
transform: rotate(270deg);
stroke-opacity: 0.5;
stroke: var(--border-weak-base);
}
[data-slot="progress-circle-progress"] {
stroke: var(--border-active);
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
}