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/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 503e22742ba..2e88b45d646 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -3,6 +3,7 @@
*
*/
.file-holder {
+ background: $white;
border: 1px solid $border-color;
border-radius: $border-radius-default;
@@ -99,8 +100,6 @@
}
.file-content {
- background: $white;
-
&.image_file,
&.audio,
&.video {
@@ -246,7 +245,6 @@ span.idiff {
justify-content: space-between;
background-color: $gray-light;
border-bottom: 1px solid $border-color;
- border-top: 1px solid $border-color;
padding: $gl-padding-8 $gl-padding;
margin: 0;
border-radius: $border-radius-default $border-radius-default 0 0;
@@ -472,6 +470,8 @@ span.idiff {
}
.mr-tree-list:not(.tree-list-blobs) {
+ overflow: hidden;
+
.tree-list-parent::before {
@include gl-content-empty;
@include gl-absolute;
@@ -514,7 +514,6 @@ span.idiff {
}
.blame-commit {
- padding: 5px 10px;
width: 400px;
flex: none;
background: $gray-light;