mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
10 lines
352 B
Text
10 lines
352 B
Text
@import "darkside-variables";
|
|
|
|
// Make labels white on accent color when message is selected
|
|
.thread-list .focused .mail-label, .draft-list .focused .mail-label,
|
|
.thread-list.handler-split .list-item.selected .mail-label {
|
|
background: @accent !important;
|
|
color: white !important;
|
|
box-shadow: none !important;
|
|
-webkit-filter: none !important;
|
|
}
|