Merge pull request #533 from Nosh118/develop
Make lyrics button more transparent when not available
This commit is contained in:
commit
8268cb6662
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<button class="playback-button--small lyrics"
|
<button class="playback-button--small lyrics"
|
||||||
:style="{'opacity': 0.5, 'pointer-events': 'none'}"
|
:style="{'opacity': 0.3, 'pointer-events': 'none'}"
|
||||||
@click="invokeDrawer('lyrics')"></button>
|
@click="invokeDrawer('lyrics')"></button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<button class="playback-button--small lyrics"
|
<button class="playback-button--small lyrics"
|
||||||
:style="{'opacity': 0.5, 'pointer-events': 'none'}"
|
:style="{'opacity': 0.3, 'pointer-events': 'none'}"
|
||||||
@click="invokeDrawer('lyrics')"></button>
|
@click="invokeDrawer('lyrics')"></button>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue