Document that table styles will be inherited by nested tables
Created by: simPod
Using v4.0.0 alpha3
The problem appears, when inside any <th>
in <thead class="thead-inverse">
is another table inserted.
Therefore thead-inverse th
rule is also applied on the inner table. Wouldn't it be better to have more specific thead-inverse > tr > th
rule? Or am I missing something?