replace MDL sidebar with material2 menus (#2112)

* replace MDL sidebar with material2 menus

- separate language picker
- separate "more" menu

* toolbar theme picker

* fix toolbar button colors for different themes

* revert the commented out code
This commit is contained in:
Denys Vuika
2017-07-21 14:39:33 +01:00
committed by Eugenio Romano
parent 7945757d51
commit 03f60d910f
5 changed files with 70 additions and 57 deletions

View File

@@ -17,14 +17,5 @@ $adf-toolbar-font-size: 14px;
.mat-toolbar-row {
height: $adf-toolbar-height;
font-size: $adf-toolbar-font-size;
& > button {
color: $alfresco-secondary-text-color;
@include material-animation-default(0.28s);
&:hover {
color: $alfresco-primary-text-color;
}
}
}
}