From 87bf2f5745c4b439d12b7a44316060652ca4a95a Mon Sep 17 00:00:00 2001 From: BG-Software <73077398+BG-Software-BG@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:46:41 +0100 Subject: [PATCH] Remove duplicated setting of color in th (#2032) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/orange-maps-fetch.md | 5 +++++ src/scss/ui/_tables.scss | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/orange-maps-fetch.md diff --git a/.changeset/orange-maps-fetch.md b/.changeset/orange-maps-fetch.md new file mode 100644 index 000000000..65d456718 --- /dev/null +++ b/.changeset/orange-maps-fetch.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Remove duplicated setting of color in `th` element diff --git a/src/scss/ui/_tables.scss b/src/scss/ui/_tables.scss index 35baae0cc..fe9616677 100644 --- a/src/scss/ui/_tables.scss +++ b/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;