summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-04 16:58:35 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-04 16:58:35 +0200
commit1be3c634c8372a4d10edc1ddf16fb50021624a57 (patch)
tree1e199097e6b76c6c7b48a3314a1eb155fa29e1de /app/assets/stylesheets/framework/sidebar.scss
parentba7fcc9866588eb215fc69f5d8b73c77805e4eef (diff)
downloadgitlab-ce-1be3c634c8372a4d10edc1ddf16fb50021624a57.tar.gz
Fix transparent bg for expand sidebar button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index c741c826ae0..1d49249dd80 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -200,7 +200,7 @@
top: 0;
left: 0;
font-size: 20px;
- background: transparent;
+ background: #fff;
height: 59px;
text-align: center;
line-height: 59px;