mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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 <andrewbastian@hosaka-deck.lan>
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user