Skip to content

Commit

Permalink
fix homepage showcase app list graphical issue (#2185)
Browse files Browse the repository at this point in the history
Co-authored-by: R Nabors <rachelnabors@users.noreply.github.com>
  • Loading branch information
Simek and rachelnabors authored Sep 2, 2020
1 parent 1027b15 commit 52e44de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website/static/css/homepage/AppList.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,17 @@
.AppList .item {
list-style: none;
}

.AppList .item a {
background-color: transparent;
border-bottom: 0;
transition: opacity 250ms ease-out;
}

.AppList .item a:hover {
opacity: 0.66;
}

.AppList .item img {
border-radius: 12px;
}

0 comments on commit 52e44de

Please sign in to comment.