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