Commit deb24d90 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'mle/231235-remove-dropdown-ellipsis' into 'master'

Remove chevron for menu button

See merge request gitlab-org/gitlab!75394
parents b18bfee3 4aef1a2d
......@@ -67,7 +67,7 @@ export default {
data-qa-selector="dropdown_button"
@click.stop="openDropdown()"
>
<gl-icon name="ellipsis_v" /> <gl-icon name="chevron-down" />
<gl-icon name="ellipsis_v" />
</button>
<ul ref="dropdownMenu" class="dropdown-menu dropdown-menu-right">
<template v-if="type === 'tree'">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment