diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue index 255a3a9a94f25f0d144af743a83fdc6dc5de16cd..cc5f171649fb6fa5832832f90ba11a3d93c79a9b 100644 --- a/front/src/components/Pagination.vue +++ b/front/src/components/Pagination.vue @@ -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> +