Skip to content

Commit

Permalink
fix: rollback change
Browse files Browse the repository at this point in the history
animation was broken
  • Loading branch information
Kikobeats committed Jun 18, 2020
1 parent 1f17041 commit ac6a5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hover-react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const Wrapper = styled.span`
text-decoration: inherit;
position: relative;
display: inline-block;
padding-top: var(--microlink-gap, 15px);
&:hover ${PopOver} {
margin-bottom: var(--microlink-gap, 15px);
visibility: visible;
opacity: 1;
}
Expand Down

0 comments on commit ac6a5d1

Please sign in to comment.