Commit de46abab authored by Phil Hughes's avatar Phil Hughes

Merge branch 'update-button-newidedropdown' into 'master'

Update Web IDE "New Directory" tooltip to gl component

See merge request gitlab-org/gitlab!45838
parents 6fa24fe5 cca1f4db
<script> <script>
import { GlIcon } from '@gitlab/ui'; import { GlIcon, GlTooltipDirective } from '@gitlab/ui';
import tooltip from '~/vue_shared/directives/tooltip';
export default { export default {
directives: { directives: {
tooltip, GlTooltip: GlTooltipDirective,
}, },
components: { components: {
GlIcon, GlIcon,
...@@ -45,7 +44,7 @@ export default { ...@@ -45,7 +44,7 @@ export default {
<template> <template>
<button <button
v-tooltip v-gl-tooltip
:aria-label="label" :aria-label="label"
:title="tooltipTitle" :title="tooltipTitle"
type="button" type="button"
......
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