Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18390 from mcav/icon-repeated
Browse files Browse the repository at this point in the history
Bug 992876 - Reply icon repeated. r=jrburke
  • Loading branch information
mcav committed Apr 17, 2014
2 parents 3066013 + fe44414 commit e745321
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/email/js/cards/message_reader.html
Expand Up @@ -52,16 +52,16 @@ <h3 class="msg-envelope-subject"></h3>

<ul class="bb-tablist msg-reader-action-toolbar">
<li role="presentation">
<a class="icon msg-delete-btn" role="button"></a>
<button class="icon msg-delete-btn"></button>
</li>
<li role="presentation">
<a class="icon msg-star-btn" role="button"></a>
<button class="icon msg-star-btn"></button>
</li>
<li role="presentation">
<a class="icon msg-move-btn" role="button"></a>
<button class="icon msg-move-btn"></button>
</li>
<li role="presentation">
<a class="icon msg-reply-btn" role="button"></a>
<button class="icon msg-reply-btn"></button>
</li>
</ul>
</div>

0 comments on commit e745321

Please sign in to comment.