Skip to content

Commit

Permalink
[Cases] remove grab icon from custom field list (elastic#169676)
Browse files Browse the repository at this point in the history
## Summary

Removing drag icon as discussed in
elastic#169348


![image](https://github.com/elastic/kibana/assets/117571355/a496473f-5969-4ea0-95fb-e37b055a8124)

---------

Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
js-jankisalvi and kibanamachine authored Oct 25, 2023
1 parent d91f0e8 commit 9816126
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
EuiFlexItem,
EuiSpacer,
EuiText,
EuiIcon,
EuiButtonIcon,
} from '@elastic/eui';

Expand Down Expand Up @@ -63,9 +62,6 @@ const CustomFieldsListComponent: React.FC<Props> = (props) => {
hasShadow={false}
>
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiFlexItem grow={false}>
<EuiIcon type="grab" />
</EuiFlexItem>
<EuiFlexItem grow={true}>
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit 9816126

Please sign in to comment.