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:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-13 14:02:31 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-08-13 14:02:31 +0300
commitfdfab012f0b87e3e8c3689a1f7a4fa731f330a67 (patch)
tree870efd86a85f847173136a5d8ca55115c833556d /app/assets/stylesheets/pages/note_form.scss
parentc9ac28faaa52062055250fc09fed94a94ebd13c2 (diff)
Fixes autosave not enabling comment button when it is restored.
Adds back missing CSS class that was breaking tests
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-rw-r--r--app/assets/stylesheets/pages/note_form.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index b4468d6d0a2..3123e367b2c 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -20,10 +20,6 @@
}
}
-.new-note {
- display: none;
-}
-
.new-note,
.note-edit-form {
.note-form-actions {