mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-22 16:09:14 +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;
|
||
|
}
|
||
|
}
|
||
|
}
|