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

Fixed wrong backward / forward icons in player

parent 4747c637
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
class="two wide column control"
@click.prevent.stop="previous"
:disabled="emptyQueue">
<i :class="['ui', 'backward', {'disabled': emptyQueue}, 'secondary', 'icon']"></i>
<i :class="['ui', 'backward step', {'disabled': emptyQueue}, 'secondary', 'icon']"></i>
</a>
<a
href
......@@ -107,7 +107,7 @@
class="two wide column control"
@click.prevent.stop="next"
:disabled="!hasNext">
<i :class="['ui', {'disabled': !hasNext}, 'forward', 'secondary', 'icon']" ></i>
<i :class="['ui', {'disabled': !hasNext}, 'forward step', 'secondary', 'icon']" ></i>
</a>
<div
class="wide column control volume-control"
......
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