UX: make clickable alert info use dark blue on blue on mobile

This commit is contained in:
Arpit Jalan 2016-05-14 10:24:38 +05:30
parent 5a75972b0b
commit ece8083ab1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
</div>
{{else}}
{{#if topicTrackingState.hasIncoming}}
<div class='alert alert-info' {{action "showInserted"}}>
<div class='alert alert-info clickable' {{action "showInserted"}}>
{{count-i18n key="topic_count_" suffix=topicTrackingState.filter count=topicTrackingState.incomingCount}}
{{i18n 'click_to_show'}}
</div>