Continued migrating UI to vuetify 2

This commit is contained in:
Stefan Zermatten
2021-03-25 12:54:44 +02:00
parent 480da6fc7d
commit fe3fa56541
70 changed files with 218 additions and 208 deletions

View File

@@ -24,7 +24,7 @@
<v-spacer slot="actions" />
<v-btn
slot="actions"
flat
text
@click="$store.dispatch('popDialogStack')"
>
Cancel

View File

@@ -16,7 +16,6 @@
>
<v-btn
icon
flat
@click="back"
>
<v-icon>arrow_back</v-icon>
@@ -67,7 +66,7 @@
return isDarkColor(this.computedColor);
},
computedColor(){
return this.color || this.$vuetify.theme.secondary;
return this.color || this.$vuetify.theme.themes.light.secondary;
}
},
methods: {

View File

@@ -213,7 +213,7 @@
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 4;
z-index: 6;
pointer-events: initial;
}
.backdrop-fade-enter-active, .backdrop-fade-leave-active {
@@ -229,7 +229,7 @@
right: 0;
bottom: 0;
pointer-events: none;
z-index: 4;
z-index: 6;
}
.dialog-sizer {
position: relative;
@@ -239,7 +239,7 @@
height: 80%;
height: calc(100% - 64px);
max-height: 800px;
z-index: 5;
z-index: 7;
flex: initial;
}
/* sm */