Skip to content

content-section table header has normal font-weight instead of bold #1247

@shaedrich

Description

@shaedrich

What information was incorrect, unhelpful, or incomplete?

In the content-section table, the header is hard to distinguish from the body because they have the same font-weight—is this intended?

Image

What did you expect to see?

Image

Do you have any supporting links, references, or citations?

th {
font-weight: var(--font-weight-normal);
text-align: left;
}

 th { 
-  font-weight: var(--font-weight-normal);
+  font-weight: var(--font-weight-bold);
   text-align: left;
 }

Do you have anything more you want to share?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#:~:text=method-,Non%2Dmutating%20alternative

Metadata

Metadata

Assignees

Labels

p1We will address this soon and will provide capacity from our team for it in the next few releases.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions