diff --git a/app/javascript/src/scenes/SettingsPage/scenes/profile/components/AvatarInputField.jsx b/app/javascript/src/scenes/SettingsPage/scenes/profile/components/AvatarInputField.jsx index 762d16620..3fa0396df 100644 --- a/app/javascript/src/scenes/SettingsPage/scenes/profile/components/AvatarInputField.jsx +++ b/app/javascript/src/scenes/SettingsPage/scenes/profile/components/AvatarInputField.jsx @@ -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;