Skip to content
Snippets Groups Projects
Verified Commit 948a2b0f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added list corner icon to trash icon in player controls to make it's function more obvious

parent bfe28cc1
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,11 @@
v-if="!showVolume"
@click.prevent.stop="clean()"
class="two wide column control">
<i :class="['ui', 'trash', 'secondary', {'disabled': queue.tracks.length === 0}, 'icon']" ></i>
<i class="icons">
<i :class="['ui', 'trash', 'secondary', {'disabled': queue.tracks.length === 0}, 'icon']" ></i>
<i :class="['ui corner large inverted', 'list', {'disabled': queue.tracks.length === 0}, 'icon']" ></i>
</i>
</span>
</div>
<GlobalEvents
......@@ -921,4 +925,8 @@ export default {
animation-timing-function: linear;
animation-iteration-count: infinite;
}
i.icons .corner.icon {
font-size: 1em;
right: -0.3em;
}
</style>
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