Skip to content

Commit

Permalink
removed hovering effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy Nguyen committed Apr 9, 2021
1 parent afdd495 commit e0b5b70
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/web/src/components/Posts/PostInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,15 @@ const useStyles = makeStyles((theme: Theme) =>
marginLeft: '2rem',
padding: '0',
display: 'flex',
borderLeft: '2.5px solid #CBCBCB',
borderLeft: '1.5px solid #EEEEEE',
flexDirection: 'column',
justifyContent: 'center',
opacity: '0.7',
transition: 'opacity .5s',
'&:hover': {
opacity: '1'
}
},
authorAvatarContainer: {
shapeOutside: 'circle(50%) border-box',
shapeMargin: '1rem',
borderRadius: '50%',
marginLeft: '1.5rem'
marginLeft: '1.5rem',
},
circle: {
display: 'block',
Expand All @@ -34,7 +29,7 @@ const useStyles = makeStyles((theme: Theme) =>
authorNameContainer: {
width: '100%',
height: '3rem',
marginLeft: '1.5rem'
marginLeft: '1.5rem',
},
author: {
width: '100%',
Expand Down

0 comments on commit e0b5b70

Please sign in to comment.