Remove duplicated setting of color in th (#2032)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
BG-Software
2025-01-04 23:46:41 +01:00
committed by GitHub
parent 82cf257a5c
commit 87bf2f5745
2 changed files with 5 additions and 1 deletions

View File

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

View File

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