Skip to content

Commit 15356c8

Browse files
authored
fix for #671 (#672)
1 parent 56c3617 commit 15356c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layout/css/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ div.media {
230230
*------------------*/
231231
.sortable {
232232
cursor: pointer;
233-
&.asc {
233+
&.desc {
234234
&:after {
235235
content: ' ';
236236
position: relative;
@@ -242,7 +242,7 @@ div.media {
242242
border-right-color: transparent;
243243
}
244244
}
245-
&.desc {
245+
&.asc {
246246
&:after {
247247
content: ' ';
248248
position: relative;

0 commit comments

Comments
 (0)