Skip to content

Commit

Permalink
ENGCOM-3640: Fixed icon alignment: Frontend Component theme sort by a…
Browse files Browse the repository at this point in the history
…rrow icon vertical alignment issue. #19639 #19640

 - Merge Pull Request #19640 from suryakant-krish/magento2:Fixed-icon-alignment
 - Merged commits:
   1. e567510
  • Loading branch information
magento-engcom-team committed Dec 10, 2018
2 parents f77f96b + e567510 commit 481b4bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
.products.wrapper ~ .toolbar & {
display: none;
}

.sorter-action {
position: relative;
top: -2px;
}
}

.sorter-options {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
.lib-css(box-shadow, @button__shadow);
border-radius: 3px;
}

.sorter-action {
position: relative;
top: -2px;
}
&-amount {
left: 0;
line-height: @toolbar-mode-icon-font-size + 2;
Expand Down

0 comments on commit 481b4bc

Please sign in to comment.