Commit 48fc2c3
fix(test-definitions): import Tooltip in Link and drop external-URL underline
Address review feedback on the click-through link:
- Link referenced Tooltip without importing it, so any Link given a `tooltip`
(the test-results external-link cell) threw at render. Import it from
tooltip.js.
- In the result test-definition summary, the external URL used `underline` plus
a full-width link, so the hover underline spanned the panel and read as a
divider. Drop the underline (the open_in_new icon is enough affordance) and
size the link to content (max-width instead of width) so long URLs still wrap.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a66c85f commit 48fc2c3
2 files changed
Lines changed: 1 addition & 2 deletions
File tree
- testgen/ui
- components/frontend/js/pages
- static/js/components
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| |||
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
178 | 176 | | |
179 | 177 | | |
180 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments