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/page_bundles/wiki.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/wiki.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/assets/stylesheets/page_bundles/wiki.scss b/app/assets/stylesheets/page_bundles/wiki.scss
index 4fb07328493..81e6b4c1191 100644
--- a/app/assets/stylesheets/page_bundles/wiki.scss
+++ b/app/assets/stylesheets/page_bundles/wiki.scss
@@ -148,7 +148,8 @@
margin: 0;
}
- ul.wiki-pages ul {
+ ul.wiki-pages ul,
+ ul.wiki-pages li:not(.wiki-directory){
padding-left: 20px;
}
@@ -161,6 +162,16 @@
}
}
+.right-sidebar.wiki-sidebar {
+ .active > .wiki-list {
+ a,
+ .wiki-list-expand-button,
+ .wiki-list-collapse-button {
+ color: $white;
+ }
+ }
+}
+
ul.wiki-pages-list.content-list {
a {
color: var(--blue-600, $blue-600);