kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch 'patch-1' into 'develop'
Update Pagination.vue Closes #451 See merge request funkwhale/funkwhale!356merge-requests/363/head
commit
14e0ac97dc
|
@ -83,3 +83,11 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||||
|
<style scoped>
|
||||||
|
.ui.pagination.menu .item {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue