Refresh icons, Add save icon, navigation icons

(closes #3777)
This commit is contained in:
Bryan Housel
2017-01-26 00:01:52 -05:00
parent 99594c19e6
commit 348b355e37
7 changed files with 59 additions and 30 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ export function uiEntityEditor(context) {
enter
.append('button')
.attr('class', 'fl preset-reset preset-choose')
.append('span')
.html((textDirection === 'rtl') ? '►' : '◄');
.call(svgIcon((textDirection === 'rtl') ? '#icon-forward' : '#icon-backward'));
enter
.append('button')