Skip to content

Commit

Permalink
CRISTAL-442: Upgrade to vuetify 3.7.8
Browse files Browse the repository at this point in the history
Revert CRISTAL-413 (792367c) as the workaround is not needed anymore thanks to vuetifyjs/vuetify#20421
  • Loading branch information
renovate-bot authored and manuelleduc committed Jan 29, 2025
1 parent 2582e41 commit 2f95a9d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion ds/vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"inversify": "6.2.1",
"vue": "3.5.13",
"vue-i18n": "11.0.1",
"vuetify": "3.7.7"
"vuetify": "3.7.8"
},
"peerDependencies": {
"reflect-metadata": "0.2.2"
Expand Down
12 changes: 0 additions & 12 deletions ds/vuetify/src/vue/x-navigation-tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -312,16 +312,4 @@ async function onDocumentUpdate(page: PageData) {
:deep(.v-list-item--link) {
cursor: default;
}
/*TODO: This section needs to be removed when the oficial fix is released on Vuetify
https://github.com/vuetifyjs/vuetify/issues/20421#event-16001533054
START FIX
*/
:deep(.v-treeview-item:not(.v-list-group__header)) {
padding-inline-start: calc(39px + 6px) !important;
}

:deep(.v-treeview-item .v-list-item__spacer) {
width: 4px !important;
}
/*END FIX*/
</style>
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f95a9d

Please sign in to comment.