mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-15 20:48:01 +08:00
25 lines
622 B
Text
25 lines
622 B
Text
.thread-list .swipe-backing.swipe-all,
|
|
.thread-list .swipe-backing.swipe-archive,
|
|
.draft-list .swipe-backing.swipe-all,
|
|
.draft-list .swipe-backing.swipe-archive {
|
|
background: @swipe-archive;
|
|
&.confirmed {
|
|
background: saturate(@swipe-archive, 10%);
|
|
}
|
|
}
|
|
|
|
.thread-list .swipe-backing.swipe-snooze,
|
|
.draft-list .swipe-backing.swipe-snooze {
|
|
background: @swipe-snooze;
|
|
&.confirmed {
|
|
background: saturate(@swipe-snooze, 10%);
|
|
}
|
|
}
|
|
|
|
.thread-list .swipe-backing.swipe-trash,
|
|
.draft-list .swipe-backing.swipe-trash {
|
|
background: @swipe-trash;
|
|
&.confirmed {
|
|
background: saturate(@swipe-trash, 10%);
|
|
}
|
|
}
|