UX: make clickable alert info use dark blue on blue on mobile
This commit is contained in:
parent
5a75972b0b
commit
ece8083ab1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue