Skip to content

Commit

Permalink
Catalog pin icon too far from entity name, fix #4350
Browse files Browse the repository at this point in the history
Signed-off-by: Roman <ixrock@gmail.com>
  • Loading branch information
ixrock committed Nov 16, 2021
1 parent 385de46 commit 6678eea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/renderer/components/+catalog/catalog.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

:global(.TableRow):hover .pinIcon {
display: block;
opacity: 1;
}
}

Expand Down Expand Up @@ -61,10 +61,9 @@
}

.pinIcon {
position: absolute;
right: 0;
transition: none;
display: none;
transition: opacity 250ms ease-in;
opacity: 0;
margin-left: var(--padding);

&:hover {
/* Drop styles defined for <Icon/> */
Expand Down

0 comments on commit 6678eea

Please sign in to comment.