fix(art): Correct "Trash" icon, naming consistency

This commit is contained in:
Ben Gotow 2015-10-21 11:33:33 -07:00
parent 6c0370d7a8
commit 3452129738
8 changed files with 4 additions and 4 deletions

View file

@ -56,11 +56,11 @@ class CategoryPicker extends React.Component
return <span></span> unless @_account
if @_account?.usesLabels()
img = "ic-toolbar-tag.png"
img = "toolbar-tag.png"
tooltip = "Apply Labels"
placeholder = "Label as"
else if @_account?.usesFolders()
img = "ic-toolbar-movetofolder.png"
img = "toolbar-movetofolder.png"
tooltip = "Move to Folder"
placeholder = "Move to folder"
else

View file

@ -13,7 +13,7 @@ class ThreadToggleUnreadButton extends React.Component
style={order: -105}
title="Mark as #{fragment}"
onClick={@_onClick}>
<RetinaImg name="icon-toolbar-markas#{fragment}@2x.png"
<RetinaImg name="toolbar-markas#{fragment}.png"
mode={RetinaImg.Mode.ContentIsMask} />
</button>

View file

@ -95,7 +95,7 @@ class ThreadBulkToggleUnreadButton extends React.Component
className="btn btn-toolbar"
title="Mark as #{fragment}"
onClick={@_onClick}>
<RetinaImg name="icon-toolbar-markas#{fragment}@2x.png"
<RetinaImg name="toolbar-markas#{fragment}.png"
mode={RetinaImg.Mode.ContentIsMask} />
</button>

View file

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

View file

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 244 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 246 KiB