Make ellipsized unified search results visible on hover
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
df99d8f0e0
commit
06f8c54386
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -30,10 +30,10 @@
|
||||||
|
|
||||||
<!-- Title and sub-title -->
|
<!-- Title and sub-title -->
|
||||||
<span class="unified-search__result-content">
|
<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" />
|
<Highlight :text="title" :search="query" />
|
||||||
</h3>
|
</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>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue