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 {
.icon-ok {
&:not(.current) i:first-child,
&.current i + i {
display: none;
}
&.current {
.icon-ok {
display: inline-block;
}
.icon-user {
display: none;
}
}
}
.counter {

View file

@ -33,7 +33,7 @@
<span data-bind="visible: 99 < count()">99+</span>
</b>-->
<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>
</a>
</li>