Fix #766: Added title on hover for truncated content

This commit is contained in:
Eliot Berriot 2019-03-20 20:34:07 +01:00
parent a75d7e956e
commit f9edbd9d7a
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 14 additions and 11 deletions

View file

@ -135,9 +135,11 @@
<img class="ui mini image" v-else src="../assets/audio/default-cover.png">
</td>
<td colspan="4">
<button class="title reset ellipsis" :aria-label="labels.selectTrack">
<button class="title reset ellipsis" :title="track.title" :aria-label="labels.selectTrack">
<strong>{{ track.title }}</strong><br />
{{ track.artist.name }}
<span>
{{ track.artist.name }}
</span>
</button>
</td>
<td>