mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(CRUD): make to fix the dancing when crud view is on hover (#20051)
* fix(CRUD): make to fix the dancing when crud view is on hover * fix(CRUD): make to restore font size property
This commit is contained in:
@@ -150,6 +150,7 @@ export const Table = styled.table`
|
||||
.actions {
|
||||
opacity: 0;
|
||||
font-size: ${theme.typography.sizes.xl}px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user