From ee2a1151020d28d1f338421b99fb4527fe0bde32 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 fcba384240..5257c6cfaa 100644 --- a/src/components/NcModal/NcModal.vue +++ b/src/components/NcModal/NcModal.vue @@ -36,6 +36,9 @@ depending on whether you require the Modal to stay within the DOM or not. Do not :outTransition="true" :hasNext="true" :hasPrevious="true"> + @@ -217,7 +220,7 @@ export default {