Skip to content

Commit

Permalink
fix(mail(css)): highligh flagged/starred messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Jan 12, 2022
1 parent 73edd45 commit 10c69ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UI/WebServerResources/scss/views/MailerUI.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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
// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 10c69ae

Please sign in to comment.