Better pagination (borderless)

This commit is contained in:
Eliot Berriot 2018-02-22 23:35:00 +01:00
commit d91f0ff9a6
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -49,4 +49,8 @@ export default {
</script>
<style scoped>
.ui.menu {
border: none;
box-shadow: none;
}
</style>