Skip to content

Commit 3f055d3

Browse files
author
Frank Pagan
committed
fix: filter-sort-direction icon
1 parent 354ba50 commit 3f055d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/core.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@ textarea {
6464
toggle order icons transform filter.js
6565
=================================*/
6666

67-
a[filter-sort-toggle]:before {
67+
a[icon][filter-sort-direction]:before {
6868
font-family: 'Font Awesome 5 Free';
6969
content: "\f0dc";
7070
font-weight: 900;
7171
}
7272

73-
a[filter-sort-toggle=asc]:before {
73+
a[icon][filter-sort-direction=asc]:before {
7474
font-family: 'Font Awesome 5 Free';
7575
content: "\f0de";
7676
font-weight: 900;
7777
}
7878

79-
a[filter-sort-toggle=desc]:before {
79+
a[icon][filter-sort-direction=desc]:before {
8080
font-family: 'Font Awesome 5 Free';
8181
content: "\f0dd";
8282
font-weight: 900;

0 commit comments

Comments
 (0)