1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Complete UI refactoring to new nav and toolbar UX

Compact design!
This commit is contained in:
McMatts 2019-05-24 12:30:31 +01:00
parent e37782e5b7
commit 6ae9414361
14 changed files with 113 additions and 90 deletions

View file

@ -22,7 +22,7 @@ export default Component.extend({
calcClass: computed(function() {
// Prepare icon class name
this.iconClass = this.get('constants').Icon.TriangleSmallDown;
this.iconClass = this.get('constants').Icon.ArrowSmallDown;
// Prepare button class name
let bc = 'dropdown';