From 990bb087e8f5d99ead34b9e04a73a73df51bf50c Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Fri, 21 Jun 2024 16:48:52 +0100 Subject: [PATCH] feat: Redefine Parent applications Classes to fit layout style properties - MEED-7094 - Meeds-io/MIPs#144 (#1011) This change will apply **application-body** class to the main body of applications to make sure to apply layout specific CSS styles, such as disabling default Vuetify White Background applied on v-card. At the same time, for Top Toolbar applications, this will disable branding styling to avoid having border radius and other styles applied on small buttons added in Top bar as applications. --- .../vue-app/note-page-view/components/NotePageEdit.vue | 4 ++-- .../vue-app/note-page-view/components/NotePageViewApp.vue | 7 +++---- .../main/webapp/vue-app/notes/components/NotesOverview.vue | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/notes-webapp/src/main/webapp/vue-app/note-page-view/components/NotePageEdit.vue b/notes-webapp/src/main/webapp/vue-app/note-page-view/components/NotePageEdit.vue index e8699953da..433d8b9ce0 100644 --- a/notes-webapp/src/main/webapp/vue-app/note-page-view/components/NotePageEdit.vue +++ b/notes-webapp/src/main/webapp/vue-app/note-page-view/components/NotePageEdit.vue @@ -19,7 +19,7 @@ --> diff --git a/notes-webapp/src/main/webapp/vue-app/notes/components/NotesOverview.vue b/notes-webapp/src/main/webapp/vue-app/notes/components/NotesOverview.vue index 6e512d0daf..de39e0a272 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes/components/NotesOverview.vue +++ b/notes-webapp/src/main/webapp/vue-app/notes/components/NotesOverview.vue @@ -6,7 +6,7 @@