Commit e9b13d18 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix/help-text-font-color-in-merge-request-creation' into 'master'

Fixes WIP text with two different colors in MR edit page

Transforms a `p` element in a `div` to guarantee WIP
the explanation is rendered inside `text-muted`

See merge request gitlab-org/gitlab-ce!21740
parents 05048e15 9a3b1504
......@@ -9,7 +9,7 @@
autocomplete: 'off', class: 'form-control pad qa-issuable-form-title', placeholder: _('Title')
- if issuable.respond_to?(:work_in_progress?)
%p.form-text.text-muted
.form-text.text-muted
.js-wip-explanation
%a.js-toggle-wip{ href: '', tabindex: -1 }
Remove the
......
---
title: Fix wrong text color of help text in merge request creation
merge_request:
author: Gerard Montemayor
type: fixed
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