Skip to content

Commit

Permalink
chore: Add height/width TrashIcon SVG(18px/18px)-Edit Dataset modal (a…
Browse files Browse the repository at this point in the history
…pache#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>
  • Loading branch information
2 people authored and cccs-RyanS committed Dec 17, 2021
1 parent da19dbf commit 86c654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/CRUD/CollectionTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 86c654c

Please sign in to comment.