Skip to content

Commit

Permalink
remove arrowdown icon from data source selector
Browse files Browse the repository at this point in the history
Signed-off-by: Lu Yu <nluyu@amazon.com>
  • Loading branch information
BionIT committed Mar 22, 2024
1 parent 4a77617 commit 16b886e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 28 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,15 @@ export class DataSourceSelectable extends React.Component<
render() {
const button = (
<>
<EuiIcon type="database" />
<EuiButtonEmpty
className="euiHeaderLink"
onClick={this.onClick.bind(this)}
data-test-subj="dataSourceSelectableContextMenuHeaderLink"
aria-label={i18n.translate('dataSourceSelectable.dataSourceOptionsButtonAriaLabel', {
defaultMessage: 'dataSourceMenuButton',
})}
iconType="arrowDown"
iconSide="right"
iconType="database"
iconSide="left"
size="s"
disabled={this.props.disabled || false}
>
Expand Down

0 comments on commit 16b886e

Please sign in to comment.