Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-10-17 23:47:56 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-10-17 23:47:56 +0300
commit7ffe5742af1bd6dcf3846ed7fc0607b72f684eb2 (patch)
tree656471b3cb14824c78416c642ee96809646b8cd1 /app
parent9bf59ceb691f6c3546f6b156f70767c1c4067233 (diff)
parent9f16ae8903c6ec1c39e8fc79957414422c371a00 (diff)
Merge branch 'ee-7944-fix-resolve-checkbox-text-color' into 'master'
Backport from EE: Fix color of text in resolution checkbox See merge request gitlab-org/gitlab-ce!22429
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 4268e194ed7..c60bb360a03 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -340,6 +340,8 @@
}
.note-form-actions {
+ color: $gl-text-color;
+
@include media-breakpoint-down(xs) {
.btn {
float: none;