Skip to content

Commit

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

* 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 authored and philipher29 committed Jun 9, 2022
1 parent d3ede51 commit cf1cad7
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 cf1cad7

Please sign in to comment.