1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

fix: favorite tooltip topleft flash (#2686)

Fixes an issue where the tooltip would flash on the top left when going
through the rows.
This commit is contained in:
Nuno Góis 2022-12-13 14:06:25 +00:00 committed by GitHub
parent 4afd505164
commit 212083b5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export const useStyles = makeStyles()(() => ({
width: '100%',
'&:hover': {
'.show-row-hover': {
display: 'inherit',
opacity: 1,
},
},
},

View File

@ -14,7 +14,7 @@ interface IFavoriteIconCellProps {
const InactiveIconButton = styled(IconButton)(({ theme }) => ({
color: theme.palette.primary.main,
display: 'none',
opacity: 0,
}));
export const FavoriteIconCell: VFC<IFavoriteIconCellProps> = ({