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:
parent
4afd505164
commit
212083b5ed
@ -6,7 +6,7 @@ export const useStyles = makeStyles()(() => ({
|
||||
width: '100%',
|
||||
'&:hover': {
|
||||
'.show-row-hover': {
|
||||
display: 'inherit',
|
||||
opacity: 1,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -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> = ({
|
||||
|
Loading…
Reference in New Issue
Block a user