Fix sort icons in table
This commit is contained in:
parent
9a7fd9600b
commit
619443a3f6
|
@ -140,13 +140,13 @@ p-table {
|
||||||
font-size: 11px !important;
|
font-size: 11px !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
|
|
||||||
&.pi-sort-up {
|
&.pi-sort-amount-up-alt {
|
||||||
@extend .glyphicon-triangle-top;
|
@extend .glyphicon-triangle-top;
|
||||||
|
|
||||||
color: var(--mainForegroundColor) !important;
|
color: var(--mainForegroundColor) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.pi-sort-down {
|
&.pi-sort-amount-down {
|
||||||
@extend .glyphicon-triangle-bottom;
|
@extend .glyphicon-triangle-bottom;
|
||||||
|
|
||||||
color: var(--mainForegroundColor) !important;
|
color: var(--mainForegroundColor) !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user