Skip to content

Commit 4a00bf1

Browse files
MAGETWO-62237: [Github][PR] Blank theme: Fix sorter icon changing #7628
- Fixed code style.
1 parent 5c7ea5e commit 4a00bf1

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)