Commit 5cd7e30
committed
fix(tabs): strip drag visual effects — preserve tab→terminal seam
The dragged tab's bottom edge sits right above the terminal area's
top edge. Adding opacity / box-shadow / cursor changes during drag
broke the chrome-tab → terminal background continuity (the dragged
tab no longer looked like part of the same surface as what's
below it).
Removed all stylistic rules from .chrome-tab.dragging. The two
remaining rules are mechanical, not cosmetic:
- z-index: 5 so siblings' slide-aside translateX doesn't visually
clip the dragged tab
- transition: none so the tab tracks the cursor 1:1
The dragged tab now looks identical to its non-drag self; only its
position changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 36a986e commit 5cd7e30
1 file changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | | - | |
68 | | - | |
69 | 75 | | |
70 | | - | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
0 commit comments