mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
11 lines
346 B
Text
11 lines
346 B
Text
@import 'ui-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;
|
|
}
|