refactor: fixed more sonarcloud issues

This commit is contained in:
Corentin Thomasset 2021-06-01 00:07:04 +02:00
parent a866ac6070
commit b34eb4c1ac
No known key found for this signature in database
GPG key ID: DBD997E935996158
12 changed files with 32 additions and 109 deletions

View file

@ -117,9 +117,6 @@
<nuxt />
</v-container>
</v-main>
<!--<v-footer app>-->
<!-- <span>&copy; {{ new Date().getFullYear() }}</span>-->
<!--</v-footer>-->
</v-app>
</template>
@ -180,10 +177,6 @@ export default class DefaultLayout extends Vue {
}
}
.v-navigation-drawer__content {
.pretty-scrollbar;
}
.v-toolbar__content {
a {
color: #ffffff;
@ -235,6 +228,8 @@ export default class DefaultLayout extends Vue {
}
.v-navigation-drawer__content {
.pretty-scrollbar;
.v-list-item--active {
color: var(--v-anchor-base);
border-left: 3px solid var(--v-primary-base);