Skip to content
Snippets Groups Projects
Commit 6f024b0f authored by troll's avatar troll
Browse files

Update Pagination.vue

Fix: issue #451 "Missing cursor on pagination links"
parent 30620493
No related branches found
No related tags found
1 merge request!356Update Pagination.vue
Pipeline #1694 passed with stages
in 4 minutes and 11 seconds
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment