From acad4c64fd6582928986f25add1598cbf23c03f4 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 31 May 2024 10:31:18 +0200 Subject: [PATCH 1/2] fix(NcModal): Adjust modal header name and actions - Fix size and margin of header name to work with new server styles on Nextcloud 30+ - Fix focus-visible, hover and open color of header actions on bright color theme Signed-off-by: Ferdinand Thiessen --- src/components/NcModal/NcModal.vue | 43 +++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/src/components/NcModal/NcModal.vue b/src/components/NcModal/NcModal.vue index b230cee4a9..2ea218a77d 100644 --- a/src/components/NcModal/NcModal.vue +++ b/src/components/NcModal/NcModal.vue @@ -19,6 +19,9 @@ depending on whether you require the Modal to stay within the DOM or not. Do not :outTransition="true" :hasNext="true" :hasPrevious="true"> + @@ -200,7 +203,7 @@ export default {