From c811b40091eee07220165d27fe2d7d53b71e2007 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:02:40 +0000 Subject: [PATCH] fix(mcp): resolve Biome lint and format errors - Fix CSS specificity order: move .mcp-widget-glow base rule before override selector to satisfy noDescendingSpecificity - Remove invalid aria-label from header element - Add aria-hidden="true" to decorative SVG instead of role="img" - Format multi-line shadow values on single lines per Biome Co-Authored-By: Claude Opus 4.5 --- apps/mcp/src/widget/App.tsx | 4 ++-- apps/mcp/src/widget/design/globals.css | 8 ++++---- apps/mcp/src/widget/design/tokens.css | 9 +++------ 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/apps/mcp/src/widget/App.tsx b/apps/mcp/src/widget/App.tsx index c93b7a27..494245a7 100644 --- a/apps/mcp/src/widget/App.tsx +++ b/apps/mcp/src/widget/App.tsx @@ -70,9 +70,9 @@ function WidgetShell({
{immersive ? null : ( -
+
- +