Commit 4aef1a2d authored by Michael Le's avatar Michael Le

Remove chevron for menu button

Remove down chevron icon because the
vertical ellipsis signifies a menu that would
be revealed with pressed.

Changelog: changed
parent 14b2909c
......@@ -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