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