Skip to content

Commit

Permalink
fix(CRUD): make to fix the dancing when crud view is on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 committed May 12, 2022
1 parent ee178f4 commit 1fb91df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/TableCollection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const Table = styled.table`
.table-row {
.actions {
opacity: 0;
font-size: ${theme.typography.sizes.xl}px;
display: flex;
}
&:hover {
Expand Down

0 comments on commit 1fb91df

Please sign in to comment.