Skip to content

Commit 481b4bc

Browse files
ENGCOM-3640: Fixed icon alignment: Frontend Component theme sort by arrow icon vertical alignment issue. #19639 #19640
- Merge Pull Request #19640 from suryakant-krish/magento2:Fixed-icon-alignment - Merged commits: 1. e567510
2 parents f77f96b + e567510 commit 481b4bc

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)