mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
fix(mail(css)): highligh flagged/starred messages
This commit is contained in:
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user