Commit 1f9620d
committed
fix(web): restore markdown file-link CSS lost during merge
Today's merge from main silently dropped several CSS additions that
landed on main while our branch was in flight:
- `.chat-markdown-file-link` / `:hover` / `:focus-visible` /
`-icon` / `-label` (from #1956 — the file-link UX redesign)
- `.markdown-file-link-tooltip-scroll` + its `::-webkit-scrollbar*`
variants (same PR)
- `--chat-markdown-codeblock-copy-button-space` var, the padding-right
adjustment that uses it, and the `cursor: pointer` on the copy
button (from #1985)
- `@custom-variant wco` (from #1969)
`ChatMarkdown.tsx` still references all four file-link class names, so
their absence silently un-styled every inline file link the assistant
renders. Fix by rebasing our index.css additions on top of origin/main
so the only delta versus main is the additive Chat-font-size tier
block (`text-chat-*` utilities + `[data-timeline-root]` scaling).1 parent 8b7cede commit 1f9620d
1 file changed
Lines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
363 | 406 | | |
364 | 407 | | |
365 | 408 | | |
| |||
376 | 419 | | |
377 | 420 | | |
378 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
379 | 440 | | |
| 441 | + | |
380 | 442 | | |
381 | 443 | | |
382 | 444 | | |
383 | 445 | | |
384 | 446 | | |
385 | 447 | | |
| 448 | + | |
386 | 449 | | |
387 | 450 | | |
388 | 451 | | |
| |||
399 | 462 | | |
400 | 463 | | |
401 | 464 | | |
| 465 | + | |
402 | 466 | | |
403 | 467 | | |
404 | 468 | | |
| |||
0 commit comments