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
path: root/app
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-17 12:35:21 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-08-18 19:53:20 +0300
commitabbd1a650d6ee2275e39f0af718c9f04a1d72d7d (patch)
treef210eabc6b083b7590418615affb9229af4c1175 /app
parentaf024b294e94304856b5df4a7d10adf774588cbc (diff)
Merge branch 'fixed-collapsed-sidebar-fly-out-not-showing' into 'master'
Fixed collapsed sidebar not showing fly-out menu See merge request !13622
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/new_sidebar.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index cdf4944cdf2..0f7fafa21a0 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -110,7 +110,11 @@ $new-sidebar-collapsed-width: 50px;
}
.nav-item-name {
- opacity: 0;
+ display: none;
+ }
+
+ .sidebar-top-level-items > li > a {
+ min-height: 44px;
}
}