fixed edit image on hover action

This commit is contained in:
zmagod 2017-09-28 17:13:04 +02:00
parent f492234f89
commit 9de8592858

View file

@ -15,9 +15,13 @@ const AvatarWrapper = styled.div`
height: 100px;
position: relative;
cursor: pointer;
&:hover > span {
display: block;
}
`;
const EditAvatar = styled.span`
display: none;
color: ${WHITE_COLOR};
background-color: ${DARK_GRAY_COLOR};
position: absolute;