mirror of
https://github.com/apache/superset.git
synced 2026-05-10 02:15:50 +00:00
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:
committed by
GitHub
parent
c37c56c2e4
commit
5fd798afb7
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user