fix(ui): inherit catalog icon contrast
Quality / quality (windows-latest) (push) Waiting to run
Quality / quality (ubuntu-latest) (push) Failing after 22s

This commit is contained in:
2026-08-24 23:23:43 +05:30
parent 3327ec0d37
commit 5bc391e74f
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -2983,7 +2983,7 @@ test("catalog mega menu renders only the active rail category", async () => {
expect(dom.querySelectorAll(".wrn-mega__link-icon")).toHaveLength(0);
expect(dom.querySelectorAll(".wrn-mega__link-description")).toHaveLength(0);
expect(source).toContain("border-bottom: 1px solid var(--wrn-color-border)");
expect(source).toContain("color: var(--wrn-color-text) !important");
expect(source).toContain("color: currentColor !important");
});
test("mega menu supports rails, icons, badges, media, featured content and footer actions", async () => {