Skip to content

Commit

Permalink
[Multiple Datasource] Remove arrow down icon from data source selecta…
Browse files Browse the repository at this point in the history
…ble component (#6257) (#6319)

* remove arrowdown icon from data source selector



* add change log



* update snapshot



---------

Signed-off-by: Lu Yu <nluyu@amazon.com>
  • Loading branch information
BionIT committed Apr 3, 2024
1 parent e0c3664 commit 31d880e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 33 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 @@ -126,16 +126,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 31d880e

Please sign in to comment.