summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/files.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-01-21 19:58:41 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-01-21 19:58:41 +0000
commit85a3c03c6889b7c9f4afd695a0e91b4c41759a69 (patch)
tree612145cb77b6166d468ec9aff12b957b6bac6fd0 /app/assets/stylesheets/framework/files.scss
parent1fce08f9769df0644cf7c6049d631a01445bb029 (diff)
downloadgitlab-ce-85a3c03c6889b7c9f4afd695a0e91b4c41759a69.tar.gz
Revert "Merge branch '25709-diff-file-overflow' into 'master'"
This reverts merge request !8475
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss34
1 files changed, 0 insertions, 34 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index db1c8da06d0..c51912b4ac4 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -231,37 +231,3 @@ span.idiff {
}
}
}
-
-
-.file-title-flex-parent {
- display: flex;
- align-items: center;
- background-color: $gray-light;
- border-bottom: 1px solid $border-color;
- padding: 10px $gl-padding;
- margin: 0;
- border-radius: 3px 3px 0 0;
-
- > a {
- flex: 1;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: $gl-text-color;
- }
-
- small {
- margin: 0 10px 0 0;
- }
-
- .file-actions {
- white-space: nowrap;
-
- .btn {
- padding: 0 10px;
- font-size: 13px;
- line-height: 28px;
- display: inline-block;
- }
- }
-}