mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
cleanup
This commit is contained in:
parent
10315663b2
commit
fa2797051d
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
`}
|
||||
</style>
|
||||
<div
|
||||
|
|
@ -142,7 +151,9 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps)
|
|||
minWidth: 0,
|
||||
opacity: 0.5,
|
||||
textDecoration: "none",
|
||||
border: "none !important",
|
||||
}}
|
||||
className="github-link"
|
||||
onMouseEnter={(e) => {
|
||||
e.currentTarget.style.opacity = "0.8"
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue