mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
11 lines
166 B
Text
11 lines
166 B
Text
|
@import 'ui-variables';
|
||
|
|
||
|
.thread-unsubscribe-button {
|
||
|
order: -103;
|
||
|
&.active {
|
||
|
img.content-mask {
|
||
|
background-color: @component-active-color;
|
||
|
}
|
||
|
}
|
||
|
}
|