summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-11-16 22:18:01 +0300
committerFatih Acet <acetfatih@gmail.com>2017-01-04 23:37:54 +0300
commit2193ccec3d0cee689f7c62e4959a80589793af71 (patch)
tree558d070ca29786995b1018757eaca2851f0ed562 /app/assets/stylesheets/pages/notes.scss
parent18165f97858f0ea12668bec9045998dee5212ecf (diff)
downloadgitlab-ce-2193ccec3d0cee689f7c62e4959a80589793af71.tar.gz
Fix warning styling for responsive design.
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 4eb81473e2b..3d111f6bfcb 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -586,23 +586,6 @@ ul.notes {
}
}
-// Merge request notes in diffs
-.diff-file {
-
- // Diff is side by side
- .notes_content.parallel .note-header .note-headline-light {
- display: block;
- position: relative;
- }
-
- // Diff is inline
- .notes_content .note-header .note-headline-light {
- display: inline-block;
- position: relative;
- }
-}
-
-
.note-edit-warning.settings-message {
display: none;
position: relative;