Skip to content

Commit

Permalink
fix(CRUD): make to fix the dancing when crud view is on hover (#20051)
Browse files Browse the repository at this point in the history
* fix(CRUD): make to fix the dancing when crud view is on hover

* fix(CRUD): make to restore font size property
  • Loading branch information
prosdev0107 committed May 16, 2022
1 parent f43dbc0 commit 1c3c3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/TableCollection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export const Table = styled.table`
.actions {
opacity: 0;
font-size: ${theme.typography.sizes.xl}px;
display: flex;
}
&:hover {
Expand Down

0 comments on commit 1c3c3ae

Please sign in to comment.