summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-04 15:34:46 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-04 15:34:46 +0000
commit5e8740eef01ff5263a8b75a96d2109dfae2c63c0 (patch)
tree1e199097e6b76c6c7b48a3314a1eb155fa29e1de
parentba7fcc9866588eb215fc69f5d8b73c77805e4eef (diff)
parent1be3c634c8372a4d10edc1ddf16fb50021624a57 (diff)
downloadgitlab-ce-5e8740eef01ff5263a8b75a96d2109dfae2c63c0.tar.gz
Merge branch 'fix-sidebar-exapnd' into 'master'
Fix transparent bg for expand sidebar button Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #14838 cc @jschatz1 See merge request !3520
-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;