We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c3617 commit 15356c8Copy full SHA for 15356c8
src/layout/css/style.scss
@@ -230,7 +230,7 @@ div.media {
230
*------------------*/
231
.sortable {
232
cursor: pointer;
233
- &.asc {
+ &.desc {
234
&:after {
235
content: ' ';
236
position: relative;
@@ -242,7 +242,7 @@ div.media {
242
border-right-color: transparent;
243
}
244
245
- &.desc {
+ &.asc {
246
247
248
0 commit comments