fix(art): Correct "Trash" icon, naming consistency
|
@ -56,11 +56,11 @@ class CategoryPicker extends React.Component
|
||||||
return <span></span> unless @_account
|
return <span></span> unless @_account
|
||||||
|
|
||||||
if @_account?.usesLabels()
|
if @_account?.usesLabels()
|
||||||
img = "ic-toolbar-tag.png"
|
img = "toolbar-tag.png"
|
||||||
tooltip = "Apply Labels"
|
tooltip = "Apply Labels"
|
||||||
placeholder = "Label as"
|
placeholder = "Label as"
|
||||||
else if @_account?.usesFolders()
|
else if @_account?.usesFolders()
|
||||||
img = "ic-toolbar-movetofolder.png"
|
img = "toolbar-movetofolder.png"
|
||||||
tooltip = "Move to Folder"
|
tooltip = "Move to Folder"
|
||||||
placeholder = "Move to folder"
|
placeholder = "Move to folder"
|
||||||
else
|
else
|
||||||
|
|
|
@ -13,7 +13,7 @@ class ThreadToggleUnreadButton extends React.Component
|
||||||
style={order: -105}
|
style={order: -105}
|
||||||
title="Mark as #{fragment}"
|
title="Mark as #{fragment}"
|
||||||
onClick={@_onClick}>
|
onClick={@_onClick}>
|
||||||
<RetinaImg name="icon-toolbar-markas#{fragment}@2x.png"
|
<RetinaImg name="toolbar-markas#{fragment}.png"
|
||||||
mode={RetinaImg.Mode.ContentIsMask} />
|
mode={RetinaImg.Mode.ContentIsMask} />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ class ThreadBulkToggleUnreadButton extends React.Component
|
||||||
className="btn btn-toolbar"
|
className="btn btn-toolbar"
|
||||||
title="Mark as #{fragment}"
|
title="Mark as #{fragment}"
|
||||||
onClick={@_onClick}>
|
onClick={@_onClick}>
|
||||||
<RetinaImg name="icon-toolbar-markas#{fragment}@2x.png"
|
<RetinaImg name="toolbar-markas#{fragment}.png"
|
||||||
mode={RetinaImg.Mode.ContentIsMask} />
|
mode={RetinaImg.Mode.ContentIsMask} />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 246 KiB |