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:
commit
5e8740eef0
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue