Update Pagination.vue
Fix: issue #451 "Missing cursor on pagination links"
This commit is contained in:
parent
306204937d
commit
6f024b0fd3
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue