Skip to content

Commit

Permalink
Make ellipsized unified search results visible on hover
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Aug 26, 2020
1 parent df99d8f commit 06f8c54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/js/dist/unified-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/js/dist/unified-search.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/src/components/UnifiedSearch/SearchResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

<!-- Title and sub-title -->
<span class="unified-search__result-content">
<h3 class="unified-search__result-line-one">
<h3 class="unified-search__result-line-one" :title="title">
<Highlight :text="title" :search="query" />
</h3>
<h4 v-if="subline" class="unified-search__result-line-two">{{ subline }}</h4>
<h4 v-if="subline" class="unified-search__result-line-two" :title="subline">{{ subline }}</h4>
</span>
</a>
</template>
Expand Down

0 comments on commit 06f8c54

Please sign in to comment.