added `color: inherit` to .table, incl. rebuild

pull/2105/head
REJack 2019-05-18 10:35:36 +02:00
parent 8a2e0508bb
commit fd7bda276f
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
4 changed files with 11 additions and 3 deletions

View File

@ -3,6 +3,10 @@
* ----------------
*/
.table {
color: inherit;
}
.table.no-border {
&,
td,

View File

@ -12651,6 +12651,10 @@ label:not(.form-check-label):not(.custom-file-label) {
* Component: Table
* ----------------
*/
.table {
color: inherit;
}
.table.no-border,
.table.no-border td,
.table.no-border th {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long