Skip to content

Commit

Permalink
fix: remove card outline (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Dec 28, 2023
1 parent 7944580 commit 3ad87f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/NFTCard/NFTCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
height: fit-content;
}

.ui.cards > .dui-nft-card.ui.card.link:hover,
.dui-nft-card.ui.card.link:hover {
border: 0 !important; /** override Card important style */
}

.dui-nft-card.ui.link.card:hover,
.dui-nft-card.a.ui.card:hover {
background-color: var(--card);
Expand Down

1 comment on commit 3ad87f1

@vercel
Copy link

@vercel vercel bot commented on 3ad87f1 Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

decentraland-ui – ./

decentraland-ui-git-master-decentraland1.vercel.app
decentraland-ui-decentraland1.vercel.app

Please sign in to comment.