Skip to content

Commit 86ce73c

Browse files
author
olysenko
committed
Merge remote-tracking branch 'origin/MAGETWO-62237' into bugfixes
2 parents 219a036 + 4a00bf1 commit 86ce73c

File tree

1 file changed

+5
-3
lines changed
  • app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/module

1 file changed

+5
-3
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/module/_toolbar.less

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@
8181
);
8282
}
8383

84-
.sorter.sort-desc {
85-
&:before {
86-
content: @icon-arrow-down;
84+
.sorter {
85+
.sort-desc {
86+
&:before {
87+
content: @icon-arrow-down;
88+
}
8789
}
8890
}
8991

0 commit comments

Comments
 (0)