mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue