diff --git a/frontend/src/component/common/Table/VirtualizedTable/VirtualizedTable.styles.ts b/frontend/src/component/common/Table/VirtualizedTable/VirtualizedTable.styles.ts index c31f53a910..6814d09ea9 100644 --- a/frontend/src/component/common/Table/VirtualizedTable/VirtualizedTable.styles.ts +++ b/frontend/src/component/common/Table/VirtualizedTable/VirtualizedTable.styles.ts @@ -6,7 +6,7 @@ export const useStyles = makeStyles()(() => ({ width: '100%', '&:hover': { '.show-row-hover': { - display: 'inherit', + opacity: 1, }, }, }, diff --git a/frontend/src/component/common/Table/cells/FavoriteIconCell/FavoriteIconCell.tsx b/frontend/src/component/common/Table/cells/FavoriteIconCell/FavoriteIconCell.tsx index 5b8281f634..537c9a84ee 100644 --- a/frontend/src/component/common/Table/cells/FavoriteIconCell/FavoriteIconCell.tsx +++ b/frontend/src/component/common/Table/cells/FavoriteIconCell/FavoriteIconCell.tsx @@ -14,7 +14,7 @@ interface IFavoriteIconCellProps { const InactiveIconButton = styled(IconButton)(({ theme }) => ({ color: theme.palette.primary.main, - display: 'none', + opacity: 0, })); export const FavoriteIconCell: VFC = ({