Skip to content

Commit

Permalink
Only make column headers bold, not row headers
Browse files Browse the repository at this point in the history
Having row headers is very important for accessibility.
But all of our table headers are bold,
and that often doesn't look good with long row headers.
People who understand table semantics would need to overwrite that.
And people who don't understand semantics might choose not to use them.
  • Loading branch information
selfthinker committed Jun 2, 2017
1 parent 9e11ef7 commit 2c25fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/elements/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ table {
border-bottom: 1px solid $border-colour;
}

th {
thead th {
font-weight: 700;
}

Expand Down

0 comments on commit 2c25fe4

Please sign in to comment.