From c4549c3bcb5ffde5ee74b57d8b6a8d0e222d4191 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 31 Jan 2024 22:50:38 +0100 Subject: [PATCH] fix(NcListItem): Do not use `a` as wrapper to prevent invalid HTML due to use of button within anchor Signed-off-by: Ferdinand Thiessen --- src/components/NcListItem/NcListItem.vue | 167 +++++++++++++---------- 1 file changed, 94 insertions(+), 73 deletions(-) diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index 92b4c8394c..972ca39783 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -248,66 +248,77 @@ ``` ### NcListItem compact mode -``` - +```vue + + ``` @@ -320,13 +331,9 @@ :exact="to ? exact : null">
  • - - -
  • @@ -704,6 +718,7 @@ export default {