Skip to content

Commit e567510

Browse files
Fixed-icon-alignment: Sort by arrow icon alignment issue.
1 parent 9143820 commit e567510

File tree

2 files changed

+9
-1
lines changed
  • app/design/frontend/Magento

2 files changed

+9
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
.products.wrapper ~ .toolbar & {
6666
display: none;
6767
}
68+
69+
.sorter-action {
70+
position: relative;
71+
top: -2px;
72+
}
6873
}
6974

7075
.sorter-options {

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
.lib-css(box-shadow, @button__shadow);
3939
border-radius: 3px;
4040
}
41-
41+
.sorter-action {
42+
position: relative;
43+
top: -2px;
44+
}
4245
&-amount {
4346
left: 0;
4447
line-height: @toolbar-mode-icon-font-size + 2;

0 commit comments

Comments
 (0)