Skip to content

Commit

Permalink
change icon visibility to opacity (#3387)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Benson <[email protected]>
Co-authored-by: Chris Holt <[email protected]>
  • Loading branch information
3 people authored Jun 26, 2020
1 parent d6b5071 commit 1bfd36b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ export const ContentPlacementStyles = css`
fast-card:hover .contentPlacement_icon,
fast-card:focus-within .contentPlacement_icon {
visibility: visible;
opacity: 1;
}
fast-card .contentPlacement_icon {
visibility: hidden;
opacity: 0;
margin-bottom: calc(var(--design-unit) * 5px);
}
`;

0 comments on commit 1bfd36b

Please sign in to comment.