Skip to content

Commit

Permalink
MDL-64099 message: Replace badge with rectangular shape
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands authored and ryanwyllie committed Nov 27, 2018
1 parent 051c675 commit e677e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -81,7 +81,7 @@
</div>

<span
class="badge badge-pill badge-primary bg-primary rounded-circle {{^unreadcount}}hidden{{/unreadcount}}"
class="badge badge-pill badge-primary bg-primary {{^unreadcount}}hidden{{/unreadcount}}"
data-region="unread-count"
>
{{unreadcount}}
Expand Down
2 changes: 1 addition & 1 deletion message/templates/message_drawer_messages_list.mustache
Expand Up @@ -84,7 +84,7 @@
</div>

<span
class="badge badge-pill badge-primary bg-primary rounded-circle {{^unreadcount}}hidden{{/unreadcount}}"
class="badge badge-pill badge-primary bg-primary {{^unreadcount}}hidden{{/unreadcount}}"
data-region="unread-count"
>
{{unreadcount}}
Expand Down

0 comments on commit e677e0e

Please sign in to comment.