Browse Source

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

REJack 5 years ago
parent
commit
fd7bda276f
4 changed files with 9 additions and 1 deletions
  1. 4 0
      build/scss/_table.scss
  2. 4 0
      dist/css/adminlte.css
  3. 1 1
      dist/css/adminlte.css.map
  4. 0 0
      dist/css/adminlte.min.css

+ 4 - 0
build/scss/_table.scss

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

+ 4 - 0
dist/css/adminlte.css

@@ -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 it is too large
+ 1 - 1
dist/css/adminlte.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/css/adminlte.min.css


Some files were not shown because too many files changed in this diff