mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Simplify CSS folder .focused
This commit is contained in:
parent
ade75b4cbe
commit
a80bb83ce9
9 changed files with 6 additions and 47 deletions
|
|
@ -173,15 +173,6 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
moveAction(false);
|
||||
return false;
|
||||
});
|
||||
|
||||
AppUserStore.focusedState.subscribe(value => {
|
||||
let el = qs('li a.focused');
|
||||
el?.classList.remove('focused');
|
||||
if (Scope.FolderList === value) {
|
||||
el = qs('li a.selected');
|
||||
el?.classList.add('focused');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
scrollToFocused() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue