Skip to content

Commit

Permalink
LOYALIST-40 Add custom FA6 table sort icons for motty date field
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 15, 2024
1 parent e282b02 commit df59e94
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ thead {
font-size: 1.1rem;
}
}
&.views-field-field-motty-event-date {
.tablesort--asc {
&:after {
content: "\f886";
}
}
}

.tablesort--desc {
// background-image: url(/core/misc/icons/ffffff/twistie-up.svg);
Expand All @@ -93,5 +100,12 @@ thead {
font-size: 1.1rem;
}
}
&.views-field-field-motty-event-date {
.tablesort--desc {
&:after {
content: "\f163";
}
}
}
}
}

0 comments on commit df59e94

Please sign in to comment.