mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 21:00:15 +04: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:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove duplicated setting of color in `th` element
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
.table {
|
.table {
|
||||||
thead {
|
thead {
|
||||||
th {
|
th {
|
||||||
color: $table-th-color;
|
|
||||||
background: $table-th-bg;
|
background: $table-th-bg;
|
||||||
@include subheader;
|
@include subheader;
|
||||||
padding-top: $table-th-padding-y;
|
padding-top: $table-th-padding-y;
|
||||||
|
|||||||
Reference in New Issue
Block a user