From be6285acf65a766e708da9e3d0e2326bfe4e3347 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 22 Jul 2022 17:49:55 +0200 Subject: Fix sharing panel lighthouse warnings Replaced h5 with span and adjusted selectors. Fixed ul/li hierarchy of some elements. Signed-off-by: Vincent Petry --- .../src/components/SharePermissionsEditor.vue | 148 +++++++++++---------- apps/files_sharing/src/components/SharingEntry.vue | 2 +- .../src/components/SharingEntryInternal.vue | 30 +++-- .../src/components/SharingEntryLink.vue | 14 +- .../src/components/SharingEntrySimple.vue | 14 +- 5 files changed, 106 insertions(+), 102 deletions(-) (limited to 'apps/files_sharing') diff --git a/apps/files_sharing/src/components/SharePermissionsEditor.vue b/apps/files_sharing/src/components/SharePermissionsEditor.vue index 1dfab4112b3..4885f9fb920 100644 --- a/apps/files_sharing/src/components/SharePermissionsEditor.vue +++ b/apps/files_sharing/src/components/SharePermissionsEditor.vue @@ -21,84 +21,86 @@ -->