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:
Diffstat (limited to 'app/assets/stylesheets/framework/diffs.scss')
-rw-r--r--app/assets/stylesheets/framework/diffs.scss22
1 files changed, 1 insertions, 21 deletions
diff --git a/app/assets/stylesheets/framework/diffs.scss b/app/assets/stylesheets/framework/diffs.scss
index 192cb82aaab..7b35659e90a 100644
--- a/app/assets/stylesheets/framework/diffs.scss
+++ b/app/assets/stylesheets/framework/diffs.scss
@@ -1,6 +1,6 @@
// Common
.diff-file {
- padding-bottom: $gl-padding;
+ margin-bottom: $gl-padding;
&.has-body {
.file-title {
@@ -864,19 +864,6 @@ table.code {
}
}
-// Remove border from collapsed replies widget only on diffs
-.diff-grid-comments {
- .replies-widget-collapsed {
- border-bottom: 0;
- }
- // Rounded border radius only on diff comments with no replies
- .discussion-collapsible {
- .discussion-reply-holder:first-of-type {
- border-radius: $gl-border-radius-base;
- }
- }
-}
-
.discussion-body .image .frame {
position: relative;
}
@@ -889,13 +876,6 @@ table.code {
}
}
-.parallel {
- .discussion-collapsible {
- margin: $gl-padding;
- margin-top: 0;
- }
-}
-
.image-diff-overlay,
.image-diff-overlay-add-comment {
top: 0;