Better pagination (borderless)

This commit is contained in:
Eliot Berriot 2018-02-22 23:35:00 +01:00
parent 7808d14a49
commit d91f0ff9a6
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 4 additions and 0 deletions

View File

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