mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 12:26:30 +00:00
Remove duplicated setting of color in th (#2032)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
5
.changeset/orange-maps-fetch.md
Normal file
5
.changeset/orange-maps-fetch.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Remove duplicated setting of color in `th` element
|
||||
@@ -1,7 +1,6 @@
|
||||
.table {
|
||||
thead {
|
||||
th {
|
||||
color: $table-th-color;
|
||||
background: $table-th-bg;
|
||||
@include subheader;
|
||||
padding-top: $table-th-padding-y;
|
||||
|
||||
Reference in New Issue
Block a user