mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
b61cdc6f32
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
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-false {
|
|
.content-mask {
|
|
background-color: @component-active-color;
|
|
}
|
|
}
|