fix(art): Correct "Trash" icon, naming consistency
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
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 |