mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Bugfix: multiple accounts showed both fontastic glyphs
This commit is contained in:
parent
032e71448b
commit
454321430a
2 changed files with 3 additions and 12 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue