UX : Primary/Secondary colors usability

- Added swap colors icon
- Created SVG icon, source is in resources (Inkscape)
This commit is contained in:
jdescottes
2014-03-03 22:50:08 +01:00
parent b51620634e
commit cac1fa8ed5
10 changed files with 202 additions and 3 deletions

View File

@@ -43,6 +43,8 @@
secondaryColorPicker.change({isPrimary : false}, $.proxy(this.onPickerChange_, this));
this.setTitleOnPicker_(Constants.TRANSPARENT_COLOR, secondaryColorPicker);
var swapColorsIcon = $('.swap-colors-icon');
swapColorsIcon.click(this.swapColors.bind(this));
};
/**