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:
Andrew Bastian 2021-06-18 08:50:11 -07:00 committed by GitHub
parent 745b57745a
commit 2cf99467fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)}