mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Add sidenav toggle button in Calendar module
Also show the current list filter on the right side of the toggle button.
This commit is contained in:
@@ -68,6 +68,21 @@ md-list md-list-item button.md-button.sg-icon-button {
|
||||
}
|
||||
}
|
||||
|
||||
.md-subheader-content {
|
||||
.md-icon-button:first-child {
|
||||
padding-left: 0;
|
||||
margin-left: $icon-button-margin/2;
|
||||
margin-right: $icon-button-margin*1.5;
|
||||
}
|
||||
}
|
||||
md-tab-content {
|
||||
.md-subheader-content {
|
||||
.md-icon-button:first-child {
|
||||
margin-right: $icon-button-margin/2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// md-toolbar .md-toolbar-tools:first-of-type .iconButton,
|
||||
// md-toolbar .md-toolbar-tools:first-child .iconButton,
|
||||
// md-toolbar .md-toolbar-tools.md-toolbar-tools-top .iconButton,
|
||||
|
||||
Reference in New Issue
Block a user