fix issue #613 - fix incorrect icon for forward button
This commit is contained in:
parent
742ee9bc9b
commit
65b227b613
|
@ -107,7 +107,7 @@
|
||||||
class="two wide column control"
|
class="two wide column control"
|
||||||
@click.prevent.stop="next"
|
@click.prevent.stop="next"
|
||||||
:disabled="!hasNext">
|
:disabled="!hasNext">
|
||||||
<i :class="['ui', {'disabled': !hasNext}, 'step', 'forward', 'secondary', 'icon']" ></i>
|
<i :class="['ui', {'disabled': !hasNext}, 'forward', 'secondary', 'icon']" ></i>
|
||||||
</a>
|
</a>
|
||||||
<div
|
<div
|
||||||
class="wide column control volume-control"
|
class="wide column control volume-control"
|
||||||
|
|
Loading…
Reference in New Issue