fix(mail(css)): highligh flagged/starred messages

This commit is contained in:
Francis Lachapelle
2022-01-12 17:15:17 -05:00
parent 73edd45a96
commit 10c69ae165
@@ -1,4 +1,5 @@
/// MailerUI.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@use "sass:color";
.sg-mailbox-list-item:not(.sg-selected) .md-menu {
display: none;
@@ -38,6 +39,10 @@
color: $colorYellow700;
}
.sg-star-bg {
background-color: color.scale($colorYellow700, $lightness: 60%);
}
// Message view header
// Could be made into a more generic component
// ----------------------------------------------------------------------------