mirror of https://github.com/ColorlibHQ/AdminLTE
added `color: inherit` to .table, incl. rebuild
parent
8a2e0508bb
commit
fd7bda276f
|
@ -3,6 +3,10 @@
|
||||||
* ----------------
|
* ----------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.table {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.table.no-border {
|
.table.no-border {
|
||||||
&,
|
&,
|
||||||
td,
|
td,
|
||||||
|
|
|
@ -12651,6 +12651,10 @@ label:not(.form-check-label):not(.custom-file-label) {
|
||||||
* Component: Table
|
* Component: Table
|
||||||
* ----------------
|
* ----------------
|
||||||
*/
|
*/
|
||||||
|
.table {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.table.no-border,
|
.table.no-border,
|
||||||
.table.no-border td,
|
.table.no-border td,
|
||||||
.table.no-border th {
|
.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
Loading…
Reference in New Issue