aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-features-table.component.scss
diff options
context:
space:
mode:
authorCaroline Chuong <caroline.chuong@octo.com>2020-06-11 18:12:52 +0200
committerGitHub <noreply@github.com>2020-06-11 18:12:52 +0200
commit45800f7e63665708665ab0252049e54846ec84c5 (patch)
treec0c489f9f7ad920ec684a71b8737accbe661803f /client/src/app/shared/instance/instance-features-table.component.scss
parentcf78883c70dca99fc519374d55620d9403d482be (diff)
downloadPeerTube-45800f7e63665708665ab0252049e54846ec84c5.tar.gz
PeerTube-45800f7e63665708665ab0252049e54846ec84c5.tar.zst
PeerTube-45800f7e63665708665ab0252049e54846ec84c5.zip
add scope tags and aria-labels to instance table (#2866)
also move label to caption element in table
Diffstat (limited to 'client/src/app/shared/instance/instance-features-table.component.scss')
-rw-r--r--client/src/app/shared/instance/instance-features-table.component.scss8
1 files changed, 8 insertions, 0 deletions
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 {
14 } 14 }
15 15
16 &.sub-label { 16 &.sub-label {
17 font-weight: $font-regular;
17 padding-left: 30px; 18 padding-left: 30px;
18 } 19 }
19 20
@@ -27,6 +28,13 @@ table {
27 td { 28 td {
28 vertical-align: middle; 29 vertical-align: middle;
29 } 30 }
31
32 caption {
33 caption-side: top;
34 font-size: 15px;
35 font-weight: $font-semibold;
36 color: pvar(--mainForegroundColor);
37 }
30} 38}
31 39
32 40