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
This commit is contained in:
Dmitriy Zaporozhets 2016-04-04 15:34:46 +00:00
commit 5e8740eef0
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
top: 0; top: 0;
left: 0; left: 0;
font-size: 20px; font-size: 20px;
background: transparent; background: #fff;
height: 59px; height: 59px;
text-align: center; text-align: center;
line-height: 59px; line-height: 59px;