feat(mail): filter messages by tags (labels)

This commit is contained in:
Francis Lachapelle
2021-10-22 14:34:22 -04:00
parent 7c7df9b47c
commit fbb76722e3

View File

@@ -33,4 +33,7 @@ md-sidenav .md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled
&.sg-checked md-icon {
opacity: 1;
}
span[ng-transclude] {
display: inline-block;
}
}