mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +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 {
|
||||
|
||||
.icon-ok {
|
||||
&:not(.current) i:first-child,
|
||||
&.current i + i {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.current {
|
||||
.icon-ok {
|
||||
display: inline-block;
|
||||
}
|
||||
.icon-user {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.counter {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue