Bugfix: multiple accounts showed both fontastic glyphs

This commit is contained in:
djmaze 2021-04-29 15:15:01 +02:00
parent 032e71448b
commit 454321430a
2 changed files with 3 additions and 12 deletions

View file

@ -78,19 +78,10 @@
} }
.account-item { .account-item {
&:not(.current) i:first-child,
.icon-ok { &.current i + i {
display: none; display: none;
} }
&.current {
.icon-ok {
display: inline-block;
}
.icon-user {
display: none;
}
}
} }
.counter { .counter {

View file

@ -33,7 +33,7 @@
<span data-bind="visible: 99 < count()">99+</span> <span data-bind="visible: 99 < count()">99+</span>
</b>--> </b>-->
<i class="fontastic"></i> <i class="fontastic"></i>
<i class="icon-user fontastic">👤</i> <i class="fontastic">👤</i>
<span class="email-title" data-bind="text: email, attr: {title: email}"></span> <span class="email-title" data-bind="text: email, attr: {title: email}"></span>
</a> </a>
</li> </li>