From fa2797051d47bc5a97089646a556d9cd6136c8e4 Mon Sep 17 00:00:00 2001 From: pashpashpash Date: Sat, 15 Feb 2025 18:20:10 -0800 Subject: [PATCH] cleanup --- .../components/mcp/marketplace/McpMarketplaceCard.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx b/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx index 787e9fbe4b..12555244f2 100644 --- a/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx +++ b/webview-ui/src/components/mcp/marketplace/McpMarketplaceCard.tsx @@ -40,6 +40,15 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps) .mcp-card:hover { background-color: var(--vscode-list-hoverBackground); } + vscode-link::part(control) { + text-decoration: none !important; + border: none !important; + } + vscode-link:hover::part(control) { + color: var(--link-active-foreground); + text-decoration: none !important; + border: none !important; + } `}
{ e.currentTarget.style.opacity = "0.8" }}