summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/shared/issuable/form/_title.html.haml4
-rw-r--r--changelogs/unreleased/fix-help-text-font-color-in-merge-request-creation.yml5
2 files changed, 7 insertions, 2 deletions
diff --git a/app/views/shared/issuable/form/_title.html.haml b/app/views/shared/issuable/form/_title.html.haml
index e49bdec386a..975c125e506 100644
--- a/app/views/shared/issuable/form/_title.html.haml
+++ b/app/views/shared/issuable/form/_title.html.haml
@@ -10,7 +10,7 @@
- if issuable.respond_to?(:work_in_progress?)
%p.form-text.text-muted
- .js-wip-explanation
+ %span.js-wip-explanation
%a.js-toggle-wip{ href: '', tabindex: -1 }
Remove the
%code WIP:
@@ -18,7 +18,7 @@
to allow this
%strong Work In Progress
merge request to be merged when it's ready.
- .js-no-wip-explanation
+ %span.js-no-wip-explanation
- if has_wip_commits
It looks like you have some WIP commits in this branch.
%br
diff --git a/changelogs/unreleased/fix-help-text-font-color-in-merge-request-creation.yml b/changelogs/unreleased/fix-help-text-font-color-in-merge-request-creation.yml
new file mode 100644
index 00000000000..4ac192cd056
--- /dev/null
+++ b/changelogs/unreleased/fix-help-text-font-color-in-merge-request-creation.yml
@@ -0,0 +1,5 @@
+---
+title: Fix wrong text color of help text in merge request creation
+merge_request:
+author: Gerard Montemayor
+type: fixed