Skip to content

Commit

Permalink
Fix image css hover
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed May 4, 2022
1 parent 952e119 commit 80ac8f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/TaxonResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ export class TaxonResults extends LitElement {
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
transform-origin: center;
border-radius: 4px;
margin-left: 12px;
overflow: hidden;
height: 100px;
width: 100px;
}
.imgLink:hover {
cursor: pointer;
Expand All @@ -253,8 +254,6 @@ export class TaxonResults extends LitElement {
object-position: center;
object-fit: cover;
aspect-ratio: 1;
height: 100px;
width: 100px;
background: var(--ai-taxonomist-background);
color: transparent;
}
Expand Down

0 comments on commit 80ac8f4

Please sign in to comment.