mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
refactor: fixed more sonarcloud issues
This commit is contained in:
parent
a866ac6070
commit
b34eb4c1ac
12 changed files with 32 additions and 109 deletions
|
@ -117,9 +117,6 @@
|
|||
<nuxt />
|
||||
</v-container>
|
||||
</v-main>
|
||||
<!--<v-footer app>-->
|
||||
<!-- <span>© {{ 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue