mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat(dropdown accessibility): Wrap dropdown triggers with buttons for accessibility (#32189)
This commit is contained in:
committed by
GitHub
parent
a78968c68e
commit
60bbd72028
@@ -873,7 +873,9 @@ const SqlEditor: FC<Props> = ({
|
||||
dropdownRender={() => renderDropdown()}
|
||||
trigger={['click']}
|
||||
>
|
||||
<Icons.MoreHoriz iconColor={theme.colors.grayscale.base} />
|
||||
<Button buttonSize="xsmall" type="link" showMarginRight={false}>
|
||||
<Icons.MoreHoriz iconColor={theme.colors.grayscale.base} />
|
||||
</Button>
|
||||
</Dropdown>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user