Commit 9d30b048 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'aregnery/remove-carat-from-dropdown-in-user-administration' into 'master'

Remove carat from dropdown button

See merge request gitlab-org/gitlab!77870
parents 26a876dd 41f50cde
......@@ -109,12 +109,13 @@ export default {
<div v-if="hasDropdownActions" class="gl-p-2">
<gl-dropdown
data-testid="dropdown-toggle"
right
:text="$options.i18n.userAdministration"
:text-sr-only="!showButtonLabels"
icon="ellipsis_h"
data-qa-selector="user_actions_dropdown_toggle"
:data-qa-username="user.username"
no-caret
right
>
<gl-dropdown-section-header>{{
$options.i18n.userAdministration
......
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