mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
FIx outline
This commit is contained in:
parent
c126804bb0
commit
ec3bd56903
1 changed files with 4 additions and 0 deletions
|
|
@ -44,10 +44,14 @@ const McpMarketplaceCard = ({ item, installedServers }: McpMarketplaceCardProps)
|
|||
{`
|
||||
.mcp-card {
|
||||
cursor: pointer;
|
||||
outline: none !important;
|
||||
}
|
||||
.mcp-card:hover {
|
||||
background-color: var(--vscode-list-hoverBackground);
|
||||
}
|
||||
.mcp-card:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
`}
|
||||
</style>
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue