Skip to content

Commit 0a4e0e3

Browse files
author
Peter Hellstrand
committed
chore(ffe-tables): use ffe-icons-react instad og ffe-symbols-react
1 parent a0f62d4 commit 0a4e0e3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/ffe-tables/less/expandable-row.less

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
top: 10px;
6161
right: 5px;
6262

63+
&.ffe-icons {
64+
color: var(--ffe-v-table-expand-icon-fill);
65+
}
66+
6367
@media (min-width: @breakpoint-md) {
6468
position: static;
6569
vertical-align: middle;

packages/ffe-tables/less/sortable-table.less

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
}
2020

21-
.ffe-sortable-table__sort-arrow {
22-
fill: var(--ffe-v-table-sortable-arrow-fill);
21+
.ffe-sortable-table__sort-arrow.ffe-icons {
22+
color: var(--ffe-v-table-sortable-header-hover);
2323
}
2424
}
2525

@@ -46,6 +46,9 @@
4646
color: var(--ffe-v-table-sortable-arrow-fill);
4747
transition: transform @ffe-transition-duration @ffe-ease-in-out-back;
4848

49+
&.ffe-icons {
50+
color: var(--ffe-v-table-sortable-arrow-fill);
51+
}
4952
&--descending {
5053
transform: rotate(180deg);
5154
}

0 commit comments

Comments
 (0)