Skip to content

Commit

Permalink
revert opacity to 0 for not hovered message
Browse files Browse the repository at this point in the history
  • Loading branch information
przemvs committed Jan 19, 2024
1 parent 9815614 commit 6553371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ReadIndicatorStyles = (showIconOnly = false): CSSObject => ({
},

...(!showIconOnly && {
opacity: 1,
opacity: 0,
'.message:hover &': {
opacity: '1',
},
Expand Down

0 comments on commit 6553371

Please sign in to comment.