Treat the feature-grid toolkit control as underlined text and keep its card glyphs with the other URL-served icons.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-09-09 18:37:51 -06:00
co-authored by Cursor
parent 40225e2845
commit b42716c262
9 changed files with 31 additions and 9 deletions
+1
View File
@@ -132,6 +132,7 @@ describe("FeatureGrid (behavioral tests)", () => {
expect(icon).toHaveAttribute("width", "40");
expect(icon).toHaveAttribute("height", "40");
expect(icon).toHaveAttribute("alt", "");
expect(icon.getAttribute("src")).toMatch(/^\/assets\/icons\/icon-/);
});
});
});