Commit fabd24b2 authored by Justin Mandell's avatar Justin Mandell Committed by Phil Hughes

Updated help-pop-over button migration

parent bcbd581e
<script>
import $ from 'jquery';
import { GlIcon } from '@gitlab/ui';
import { GlButton } from '@gitlab/ui';
import { inserted } from '~/feature_highlight/feature_highlight_helper';
import { mouseenter, debouncedMouseleave, togglePopover } from '~/shared/popover';
......@@ -11,7 +11,7 @@ import { mouseenter, debouncedMouseleave, togglePopover } from '~/shared/popover
export default {
name: 'HelpPopover',
components: {
GlIcon,
GlButton,
},
props: {
options: {
......@@ -43,7 +43,5 @@ export default {
};
</script>
<template>
<button type="button" class="btn btn-blank btn-transparent btn-help" tabindex="0">
<gl-icon name="question" />
</button>
<gl-button variant="link" icon="question" tabindex="0" />
</template>
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