remove icon on timeline back button
it's cleaner looking this way.. omit needless, uh, ICONS!
This commit is contained in:
parent
b9f82641b0
commit
1de8b0ab90
|
@ -19,7 +19,6 @@ createWidget('timeline-last-read', {
|
||||||
iconNode('circle', { class: 'progress' }),
|
iconNode('circle', { class: 'progress' }),
|
||||||
this.attach('button', {
|
this.attach('button', {
|
||||||
className: 'btn btn-primary btn-small',
|
className: 'btn btn-primary btn-small',
|
||||||
icon: 'arrow-left',
|
|
||||||
label: 'topic.timeline.back',
|
label: 'topic.timeline.back',
|
||||||
title: 'topic.timeline.back_description',
|
title: 'topic.timeline.back_description',
|
||||||
action: 'goBack'
|
action: 'goBack'
|
||||||
|
|
Loading…
Reference in New Issue