UX: dim the new and unread education
This commit is contained in:
parent
d7e4a19f3a
commit
4281b16616
|
@ -95,7 +95,9 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if latest}}
|
||||
{{{footerEducation}}}
|
||||
<div class="education">
|
||||
{{{footerEducation}}}
|
||||
</div>
|
||||
<h3>
|
||||
{{footerMessage}}
|
||||
{{#if can_create_topic}}<a href='#' {{action createTopic}}>{{i18n topic.suggest_create_topic}}</a>{{/if}}
|
||||
|
@ -106,7 +108,9 @@
|
|||
{{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}}, {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{i18n or}} {{i18n filters.top.other_periods}}
|
||||
{{top-period-buttons period=period}}
|
||||
{{else}}
|
||||
{{{footerEducation}}}
|
||||
<div class="education">
|
||||
{{{footerEducation}}}
|
||||
</div>
|
||||
<h3>
|
||||
{{footerMessage}}{{#link-to "discovery.categories"}} {{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}}
|
||||
</h3>
|
||||
|
|
|
@ -308,3 +308,7 @@ ol.category-breadcrumb {
|
|||
.top-title-buttons {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.education {
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
Loading…
Reference in New Issue