mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
26 lines
622 B
Text
26 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%);
|
||
|
}
|
||
|
}
|