mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 09:38:07 +08:00
00d6a11512
Summary: Just visual changes Test Plan: Run tests Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D1695
15 lines
273 B
Text
15 lines
273 B
Text
@import 'ui-variables';
|
|
|
|
.mode-toggle {
|
|
z-index: 1000;
|
|
position: relative;
|
|
padding-top:5px;
|
|
.content-mask {
|
|
background-color: @text-color-subtle;
|
|
}
|
|
}
|
|
.mode-toggle.mode-split {
|
|
.content-mask {
|
|
background-color: @component-active-color;
|
|
}
|
|
}
|