From d98e769dbc38f44c33b2cdaf8f5393ccf77c6efb Mon Sep 17 00:00:00 2001 From: Jairus Joer Date: Fri, 24 Oct 2025 15:26:31 +0200 Subject: [PATCH] a11y: Fix missing buttons for explorer folders --- quartz/components/Explorer.tsx | 36 +++++++------ quartz/components/scripts/explorer.inline.ts | 14 ++--- quartz/components/styles/explorer.scss | 56 ++++++++++++-------- 3 files changed, 59 insertions(+), 47 deletions(-) diff --git a/quartz/components/Explorer.tsx b/quartz/components/Explorer.tsx index e4cbcabae..e30c28e4f 100644 --- a/quartz/components/Explorer.tsx +++ b/quartz/components/Explorer.tsx @@ -103,11 +103,10 @@ export default ((userOpts?: Partial) => { data-mobile={false} aria-expanded={true} > -

{opts.title ?? i18n(cfg.locale).components.explorer.title}

) => { > +

{opts.title ?? i18n(cfg.locale).components.explorer.title}

@@ -130,20 +130,22 @@ export default ((userOpts?: Partial) => {