Mailspring/internal_packages/mode-switch/stylesheets/mode-switch.less

16 lines
273 B
Plaintext
Raw Normal View History

@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;
}
}