Mailspring/internal_packages/mode-switch/stylesheets/mode-switch.less
dillon 6f9e2194eb fix(mode-toggle): mode toggler now toggles the sidebar rather than the list/split view. fixes T3462.
Summary:
add functioning toggling

add correct hide/show behavior for toggler

remove old hide/show button

add padding to make buttons prettier

Test Plan: tested manually. all tests remain green.

Reviewers: evan

Reviewed By: evan

Maniphest Tasks: T3462

Differential Revision: https://phab.nylas.com/D1980
2015-09-04 12:32:19 -07:00

16 lines
273 B
Plaintext

@import 'ui-variables';
.mode-toggle {
z-index: 1000;
position: relative;
padding-top:4px;
.content-mask {
background-color: @text-color-subtle;
}
}
.mode-toggle.mode-false {
.content-mask {
background-color: @component-active-color;
}
}