Update Pagination.vue

Fix: issue #451 "Missing cursor on pagination links"
This commit is contained in:
troll 2018-07-25 14:08:55 +00:00
parent 306204937d
commit 6f024b0fd3
1 changed files with 8 additions and 0 deletions

View File

@ -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>