chore: change dropdown icons from horizontal to vertical (#15958)

* change icons

* add size

* fix storybook

* fix favstar, add new icons, and others

* fix lint
This commit is contained in:
Phillip Kelley-Dotson
2021-07-30 16:02:40 -07:00
committed by GitHub
parent c37c56c2e4
commit 5fd798afb7
10 changed files with 42 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ const Styles = styled.div`
span[aria-label='dataset-physical'] {
color: ${({ theme }) => theme.colors.grayscale.base};
}
span[aria-label='more-horiz'] {
span[aria-label='more-vert'] {
color: ${({ theme }) => theme.colors.primary.base};
}
`;
@@ -238,7 +238,7 @@ class DatasourceControl extends React.PureComponent {
data-test="datasource-menu"
>
<Tooltip title={t('More dataset related options')}>
<Icons.MoreHoriz
<Icons.MoreVert
className="datasource-modal-trigger"
data-test="datasource-menu-trigger"
/>