Skip to content

Commit

Permalink
fix: bug with transition (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: Kiko Beats <josefrancisco.verdu@gmail.com>
  • Loading branch information
GermanRodrickson and Kikobeats committed Jun 18, 2020
1 parent 74e53d6 commit 1f17041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hover-react/src/index.js
Expand Up @@ -35,11 +35,11 @@ const Wrapper = styled.span`
text-decoration: inherit;
position: relative;
display: inline-block;
padding-top: var(--microlink-gap, 15px);
&:hover ${PopOver} {
visibility: visible;
opacity: 1;
margin-bottom: 15px;
}
`

Expand Down

0 comments on commit 1f17041

Please sign in to comment.