This is an automated email from the ASF dual-hosted git repository.

elizabeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cf9946  chore: Add height/width TrashIcon SVG(18px/18px)-Edit Dataset 
modal (#14956)
2cf9946 is described below

commit 2cf99467fc49e9a99045215544bf92982655cdb0
Author: Andrew Bastian <[email protected]>
AuthorDate: Fri Jun 18 08:50:11 2021 -0700

    chore: Add height/width TrashIcon SVG(18px/18px)-Edit Dataset modal (#14956)
    
    * Add min-height/width TrashIcon SVG(18px/18px)-Edit Dataset modal
    
    * Reworked styling to be inline on SVG component via CSS from `emotion`
    
    * Changed parameter from `css` to 'style'
    
    * Fixed lint error.
    
    * Changed `style` back to `css`
    
    Co-authored-by: andrewbastian <[email protected]>
---
 superset-frontend/src/CRUD/CollectionTable.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/CRUD/CollectionTable.tsx 
b/superset-frontend/src/CRUD/CollectionTable.tsx
index 9a870da..772dda4 100644
--- a/superset-frontend/src/CRUD/CollectionTable.tsx
+++ b/superset-frontend/src/CRUD/CollectionTable.tsx
@@ -352,7 +352,7 @@ export default class CRUDCollection extends 
React.PureComponent<
             aria-label="Delete item"
             className="pointer"
             data-test="crud-delete-icon"
-            iconSize="m"
+            css={{ fontSize: '18px' }}
             role="button"
             tabIndex={0}
             onClick={this.deleteItem.bind(this, record.id)}

Reply via email to