From 45800f7e63665708665ab0252049e54846ec84c5 Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Thu, 11 Jun 2020 18:12:52 +0200 Subject: add scope tags and aria-labels to instance table (#2866) also move label to caption element in table --- .../app/shared/instance/instance-features-table.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/app/shared/instance/instance-features-table.component.scss') diff --git a/client/src/app/shared/instance/instance-features-table.component.scss b/client/src/app/shared/instance/instance-features-table.component.scss index 47c064265..a51574741 100644 --- a/client/src/app/shared/instance/instance-features-table.component.scss +++ b/client/src/app/shared/instance/instance-features-table.component.scss @@ -14,6 +14,7 @@ table { } &.sub-label { + font-weight: $font-regular; padding-left: 30px; } @@ -27,6 +28,13 @@ table { td { vertical-align: middle; } + + caption { + caption-side: top; + font-size: 15px; + font-weight: $font-semibold; + color: pvar(--mainForegroundColor); + } } -- cgit v1.2.3