Преглед изворни кода

Remove duplicated setting of color in th (#2032)

Co-authored-by: Paweł Kuna <[email protected]>
BG-Software пре 8 месеци
родитељ
комит
87bf2f5745
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 0
      .changeset/orange-maps-fetch.md
  2. 0 1
      src/scss/ui/_tables.scss

+ 5 - 0
.changeset/orange-maps-fetch.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Remove duplicated setting of color in `th` element

+ 0 - 1
src/scss/ui/_tables.scss

@@ -1,7 +1,6 @@
 .table {
   thead {
     th {
-      color: $table-th-color;
       background: $table-th-bg;
       @include subheader;
       padding-top: $table-th-padding-y;