From 8aaf6018f1f5463abab6476b068d7ac4864316e5 Mon Sep 17 00:00:00 2001 From: Jeff Daley Date: Mon, 1 Apr 2024 16:58:03 -0400 Subject: [PATCH] Improve focus styles on Doc::TileMedium (#663) * Improve focus styles on Doc::TileMedium * Empty-Commit --- web/app/components/dashboard/index.hbs | 2 +- web/app/components/doc/tile-medium.hbs | 3 ++- web/app/components/document/sidebar.hbs | 1 + .../document/sidebar/related-resources/list-item.hbs | 2 +- web/app/components/overflow-menu.hbs | 2 +- web/app/components/overflow-menu.ts | 1 + web/app/components/project/index.hbs | 2 +- web/app/components/project/jira-widget.hbs | 1 + 8 files changed, 9 insertions(+), 5 deletions(-) diff --git a/web/app/components/dashboard/index.hbs b/web/app/components/dashboard/index.hbs index dc393c277..03ccdad6f 100644 --- a/web/app/components/dashboard/index.hbs +++ b/web/app/components/dashboard/index.hbs @@ -7,7 +7,7 @@
{{! Main }} -
+
{{#if @docsAwaitingReview}} diff --git a/web/app/components/doc/tile-medium.hbs b/web/app/components/doc/tile-medium.hbs index edfc6d51d..3dab213f6 100644 --- a/web/app/components/doc/tile-medium.hbs +++ b/web/app/components/doc/tile-medium.hbs @@ -35,11 +35,12 @@ @route="authenticated.document" @query={{hash draft=this.docIsDraft}} @model={{this.docID}} + class="group/primary-link" > {{! Primary click area }}

diff --git a/web/app/components/document/sidebar.hbs b/web/app/components/document/sidebar.hbs index d947b46a4..5d4733f90 100644 --- a/web/app/components/document/sidebar.hbs +++ b/web/app/components/document/sidebar.hbs @@ -351,6 +351,7 @@ {{/if}} {{#unless @editingIsDisabled}} - + {{/unless}}

diff --git a/web/app/components/overflow-menu.hbs b/web/app/components/overflow-menu.hbs index cb2abd45d..99f92e54b 100644 --- a/web/app/components/overflow-menu.hbs +++ b/web/app/components/overflow-menu.hbs @@ -1,6 +1,6 @@ ; offset?: OffsetOptions; isShown?: boolean; + renderOut?: boolean; }; } diff --git a/web/app/components/project/index.hbs b/web/app/components/project/index.hbs index 2b01cacda..ce4ffcf10 100644 --- a/web/app/components/project/index.hbs +++ b/web/app/components/project/index.hbs @@ -189,7 +189,7 @@ We add a page background color to overlay any removed documents that are still animating out. }} -
+
{{! External links }} {{/unless}} {{else if @isLoading}}