mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
93f43f6b4f
- Adds a new InjectedComponentSet for the role 'ThreadList:Label'. - Adds a new label to the thread list indicating the snooze date if the thread has been snoozed - Coerces MailLabel to achieve this. This is a temporary hack, we should design a better view to display snooze date information
11 lines
161 B
Text
11 lines
161 B
Text
@snooze-color: #472B82;
|
|
|
|
.snooze-mail-label {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
img {
|
|
background-color: @snooze-color;
|
|
margin-right: 5px;
|
|
}
|
|
}
|