From 0ba35a6eb511957e02351aa565c3add415234d13 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 12 Mar 2021 07:58:37 -0800 Subject: [PATCH] More semantically correct elements --- .../document-card-large.component.html | 16 ++++++++-------- .../document-card-large.component.scss | 4 ---- .../document-card-small.component.html | 8 ++++---- .../document-card-small.component.scss | 4 ---- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html index 9e02d32ef..f4ba713ea 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html @@ -61,31 +61,31 @@ -
- - - - +
diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss index 911e3c254..340b302f9 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss @@ -50,10 +50,6 @@ } } - .no-click { - cursor: default; - } - .metadata-icon { width: 0.8rem; height: 0.8rem; diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index a211bc043..b388a4bff 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -37,19 +37,19 @@ {{(document.document_type$ | async)?.name}} - - +
diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss index 1f1e2fc46..c712de017 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss @@ -51,10 +51,6 @@ } } - .no-click { - cursor: default; - } - .metadata-icon { width: 0.8rem; height: 0.8rem;