From 91963267a0b4573fa193f5b7b11e0a793ea1fb9c Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Sun, 20 Mar 2016 17:38:08 +0100 Subject: Change icon and cursor for issue move field tooltip --- app/views/shared/issuable/_form.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml index ce91e6fb027..1740b128ee4 100644 --- a/app/views/shared/issuable/_form.html.haml +++ b/app/views/shared/issuable/_form.html.haml @@ -94,9 +94,9 @@ = select_tag(:move_to_project_id, projects, include_blank: true, class: 'select2', data: { placeholder: 'Select project' })   - %span{ data: { toggle: 'tooltip', placement: 'auto top' }, + %span{ data: { toggle: 'tooltip', placement: 'auto top' }, style: 'cursor: default', title: 'Moving an issue will copy the discussion to a different project and close it here. All participants will be notified of the new location.' } - = icon('info-circle') + = icon('question-circle') - if issuable.is_a?(MergeRequest) %hr -- cgit v1.2.1