From d91f0ff9a663e371ec06559155e751e9f59566bf Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 22 Feb 2018 23:35:00 +0100 Subject: [PATCH] Better pagination (borderless) --- front/src/components/Pagination.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue index 3ac7c59af5..83b386fdeb 100644 --- a/front/src/components/Pagination.vue +++ b/front/src/components/Pagination.vue @@ -49,4 +49,8 @@ export default { </script> <style scoped> +.ui.menu { + border: none; + box-shadow: none; +} </style> -- GitLab