Merge branch 'patch-1' into 'develop'

Update Pagination.vue

Closes #451

See merge request funkwhale/funkwhale!356
merge-requests/363/head
Eliot Berriot 2018-07-25 14:15:24 +00:00
commit 14e0ac97dc
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -83,3 +83,11 @@ export default {
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
.ui.pagination.menu .item {
cursor: pointer;
}
</style>