mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
a9d6795347
- Message reply dropdown uses new images. Fixes T2355 - New hover actions which are darker. Fixes T2358 - New reply icon in the message footer. Fixes T2359 - Toolbar buttons are the correct height. Fixes T2360 - Thread list selection state changes mail label style - Removed dead assets
15 lines
273 B
Text
15 lines
273 B
Text
@import 'ui-variables';
|
|
|
|
.mode-toggle {
|
|
z-index: 1000;
|
|
position: relative;
|
|
padding-top:4px;
|
|
.content-mask {
|
|
background-color: @text-color-subtle;
|
|
}
|
|
}
|
|
.mode-toggle.mode-split {
|
|
.content-mask {
|
|
background-color: @component-active-color;
|
|
}
|
|
}
|