[all] fix bug 50656
This commit is contained in:
parent
a360e037b5
commit
d9aa035d71
|
@ -103,7 +103,7 @@ define([
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div class="hedset">' +
|
'<div class="hedset">' +
|
||||||
'<div class="btn-slot" id="slot-btn-user-name"></div>' +
|
'<div class="btn-slot" id="slot-btn-user-name"></div>' +
|
||||||
'<div class="btn-current-user hidden">' +
|
'<div class="btn-current-user btn-header hidden">' +
|
||||||
'<i class="icon toolbar__icon icon--inverse btn-user"></i>' +
|
'<i class="icon toolbar__icon icon--inverse btn-user"></i>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
|
|
|
@ -386,11 +386,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.extra {
|
.theme-type-light & {
|
||||||
#header-logo {
|
.extra {
|
||||||
i {
|
#header-logo {
|
||||||
background-image: ~"url('@{common-image-const-path}/header/dark-logo_s.svg')";
|
i {
|
||||||
background-repeat: no-repeat;
|
background-image: ~"url('@{common-image-const-path}/header/dark-logo_s.svg')";
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue