Commit abe98a1
Sync the card-chooser selection ring with the tag, instant on hover (CS-11330)
The selected ring faded in over `box-shadow 0.2s` while the selection
tag/chip render instantly, so the border appeared ~0.2s after the tag.
Set `transition: none` on the selected ring so the two appear together.
The `:hover` variant needs it too: a card is normally hovered at the
moment it's clicked to select, so that rule governs the ring's first
paint — without it the ring still animated in late on select-while-hovered.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent aed874d commit abe98a1
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
453 | 458 | | |
| 459 | + | |
454 | 460 | | |
455 | 461 | | |
456 | 462 | | |
| |||
0 commit comments