[all] fix bug 50656

This commit is contained in:
Maxim Kadushkin 2021-05-31 21:15:49 +03:00
parent a360e037b5
commit d9aa035d71
2 changed files with 8 additions and 6 deletions

View file

@ -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>' +

View file

@ -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;
}
}
}
}