mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
f2e7ea4c4c
Summary: Add reminders plugin which lets you set reminder if you don't get a reply for a message within a specified time in the future Test Plan: TODO Reviewers: halla, bengotow, evan Reviewed By: halla, bengotow, evan Differential Revision: https://phab.nylas.com/D3356
17 lines
265 B
Text
17 lines
265 B
Text
@import "ui-variables";
|
|
|
|
.date-picker-popover {
|
|
.menu .item {
|
|
.time {
|
|
display: none;
|
|
float: right;
|
|
padding-right: @padding-base-horizontal;
|
|
}
|
|
&.selected,
|
|
&:hover {
|
|
.time {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|
|
}
|