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:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-24 13:57:58 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-10-24 13:57:58 +0300
commitcb47f40d8fdae43540c22f9373962ce8ec41fc6b (patch)
treeb02fb3246185e93a0f63e42e3aa46e4b261f61d2 /app/assets/stylesheets/pages
parent379b4d8a96dbdb3f9f7d16002f76218800b17ae2 (diff)
parent3b3aa28c4cf73ec166d915117b589afb87cbd8ab (diff)
Merge branch 'mr-file-list' into 'master'
Add list mode to file browser in diffs Closes #51859 See merge request gitlab-org/gitlab-ce!22191
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/diff.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 8d884ad6891..52c91266ff4 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -1027,8 +1027,12 @@
overflow-x: auto;
}
-.tree-list-search .form-control {
- padding-left: 30px;
+.tree-list-search {
+ flex: 0 0 34px;
+
+ .form-control {
+ padding-left: 30px;
+ }
}
.tree-list-icon {
@@ -1063,3 +1067,9 @@
}
}
}
+
+.tree-list-view-toggle {
+ svg {
+ top: 0;
+ }
+}