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
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2018-10-17 20:52:12 +0300
committerAndré Luís <aluis@gitlab.com>2018-10-17 20:52:15 +0300
commit9f16ae8903c6ec1c39e8fc79957414422c371a00 (patch)
tree0bf3de3112c893ce6f39af92fc8d4597b42fdbcc /app/assets/stylesheets/pages/note_form.scss
parent5caee568ced04d8e9e0a1c83c76b57db2eb8d2db (diff)
Backport from EE: set color on note-form-actions
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-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;