Commit 6b527b28 authored by Miguel Rincon's avatar Miguel Rincon

Cleanup .suggestion-help-hover classes

This change removes the .suggestion-help-hover and replaces it with
and equivalent class.
parent 6d0b1229
......@@ -74,7 +74,7 @@ export default {
:title="$options.helpText"
:aria-label="$options.helpText"
name="question-o"
class="text-secondary suggestion-help-hover"
class="text-secondary gl-cursor-help"
/>
</div>
<div class="col-sm-10">
......
......@@ -877,10 +877,6 @@
vertical-align: sub;
}
.suggestion-help-hover {
cursor: help;
}
.suggestion-footer {
font-size: 12px;
line-height: 15px;
......
......@@ -27,7 +27,7 @@
= link_to deployment_path(deployment), class: 'build-link' do
#{deployment.deployable.name} (##{deployment.deployable.id})
- else
.badge.badge-info.suggestion-help-hover{ title: s_('Deployment|This deployment was created using the API') }
.badge.badge-info.gl-cursor-help{ title: s_('Deployment|This deployment was created using the API') }
= s_('Deployment|API')
.table-section.section-10{ role: 'gridcell' }
......
......@@ -42,7 +42,7 @@ export default {
<gl-icon
:id="popoverTriggerId"
name="question"
class="author-link suggestion-help-hover"
class="author-link gl-cursor-help"
:aria-label="__('help')"
:size="14"
data-testid="icon2"
......
......@@ -27,7 +27,7 @@ export default {
name="question"
:aria-label="__('help')"
:size="14"
class="author-link suggestion-help-hover"
class="author-link gl-cursor-help"
/>
<gl-popover target="pop-approver" container="popovercontainer" placement="top">
<template #title>{{ __('Who can approve?') }}</template>
......
......@@ -71,7 +71,7 @@ export default {
name="question"
:aria-label="__('Help')"
:size="14"
class="author-link suggestion-help-hover"
class="author-link gl-cursor-help"
/>
<gl-popover :target="popoverTarget" placement="top">
<template #title>{{ __('Who can approve?') }}</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