Commit e7fb0a7 Peter Hellstrand
committed
1 parent c3b3970 commit e7fb0a7 Copy full SHA for e7fb0a7
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 60
60
top : 10px ;
61
61
right : 5px ;
62
62
63
+ & .ffe-icons {
64
+ color : var (--ffe-v-table-expand-icon-fill );
65
+ }
66
+
63
67
@media (min-width : @breakpoint-md ) {
64
68
position : static ;
65
69
vertical-align : middle ;
Original file line number Diff line number Diff line change 18
18
}
19
19
}
20
20
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 );
23
23
}
24
24
}
25
25
46
46
color : var (--ffe-v-table-sortable-arrow-fill );
47
47
transition : transform @ffe-transition-duration @ffe-ease-in-out-back ;
48
48
49
+ & .ffe-icons {
50
+ color : var (--ffe-v-table-sortable-arrow-fill );
51
+ }
49
52
&--descending {
50
53
transform : rotate (180deg );
51
54
}
You can’t perform that action at this time.
0 commit comments