summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/note_form.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-14 15:39:08 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-10-14 16:28:10 -0500
commite88aa25f42c394785d4c176046f10c815250c8b1 (patch)
tree2e4b4d29176a98687397eed7d7a2b4373b34c26a /app/assets/stylesheets/pages/note_form.scss
parent2ebc63dd3ce08ff35bf89d39e1906ce1cf828b3a (diff)
downloadgitlab-ce-e88aa25f42c394785d4c176046f10c815250c8b1.tar.gz
Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lint
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 bd875b9823f..17f28959414 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -11,6 +11,7 @@
filter: alpha(opacity=100);
}
}
+
.diff-file,
.discussion {
.new-note {
@@ -194,6 +195,7 @@
min-height: 140px;
max-height: 500px;
}
+
.note-form-actions {
background: transparent;
}