Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
fix(table): use coal instead of #999 for captions text color
Browse files Browse the repository at this point in the history
  • Loading branch information
gillerr committed Dec 5, 2017
1 parent d295e75 commit 069b29a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/sass/layout/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ table caption {
font-weight: 700;
text-align: left;
padding-bottom: 0.5em;
color: #454545;
}

table.table-bordered {
Expand Down
2 changes: 2 additions & 0 deletions src/locales/de/layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ tables:
Für eine Tabelle mit gerahmten Zellen wird die Klasse ".table-bordered" verwendet.
release: |
**3.3.0**
- use `coal` instead of `#999` for `caption`s text color
**3.0.0**
- remove attribute `role="columnheader"` on tag `<tr>`
Expand Down
3 changes: 3 additions & 0 deletions src/locales/en/layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ tables:
Add `.table-bordered` for borders on all sides of the table and cells. The standard table can be extended to allow zebra striping and/or column or line formatting.
release: |
**3.3.0**
- use `coal` instead of `#999` for `caption`s text color
**3.0.0**
- remove attribute `role="columnheader"` on tag `<tr>`
Expand Down
3 changes: 3 additions & 0 deletions src/locales/fr/layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ tables:
Pour un tableau composé de cellules encadrées, on utilisera la classe «.table-bordered».
release: |
**3.3.0**
- utilisation de `coal` au lieu de `#999` pour la couleur de texte des `caption`
**3.0.0**
- retirez l’attribut `role="columnheader"` de la balise `<tr>
Expand Down

0 comments on commit 069b29a

Please sign in to comment.