Skip to content
Snippets Groups Projects
Commit c72c7b00 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

nav arrow style

parent db132a57
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<div id="single_article_container" v-if="article">
<div class="return_to_results" v-if="search_results && search_results.length">
<router-link :to="article.source" @click.native="return_to_results()">
<v-icon class="nav_arrow">chevron_left</v-icon>{{$t("back_to_results")}}
<v-icon left class="nav_arrow">chevron_left</v-icon>{{$t("back_to_results")}}
</router-link>
</div>
<Article :key="article_key" :article="article" @article-click="article_link_click" />
......@@ -481,6 +481,7 @@ li.suggestion {
.nav_arrow {
vertical-align: top !important;
margin-left: 10px;
color: var(--v-primary-base) !important;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment