Update Table.svelte
This commit is contained in:
parent
01266d21d0
commit
2e76af6fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,6 @@
|
||||||
tr {
|
tr {
|
||||||
th {
|
th {
|
||||||
border-bottom: 1px solid var(--theme-colour-text-primary);
|
border-bottom: 1px solid var(--theme-colour-text-primary);
|
||||||
|
|
||||||
@include bg;
|
@include bg;
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
&.sortable {
|
&.sortable {
|
||||||
|
|
@ -378,6 +377,7 @@
|
||||||
}
|
}
|
||||||
tbody {
|
tbody {
|
||||||
td {
|
td {
|
||||||
|
@include text-sm;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-bottom: 1px solid
|
border-bottom: 1px solid
|
||||||
var(--theme-colour-brand-rules, var(--tr-muted-grey));
|
var(--theme-colour-brand-rules, var(--tr-muted-grey));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue