Skip to content

Commit

Permalink
feat: Show SDK version badge in project cards
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Feb 19, 2024
1 parent d2d05e9 commit 8803ecb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/ProjectCard/ProjectCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,14 @@
position: absolute;
top: 0;
width: 100%;
visibility: hidden;
padding: 8px;
}

.ProjectCard:hover .options-container {
.ProjectCard .options-container .options-dropdown {
visibility: hidden;
}

.ProjectCard:hover .options-container .options-dropdown {
visibility: visible;
}

Expand Down

0 comments on commit 8803ecb

Please sign in to comment.