Skip to content

Commit

Permalink
fix(sortBy): align arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored and sarahdayan committed May 7, 2020
1 parent 3954fef commit 981a65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ a[class^='ais-'] {
position: relative;
&::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M14-5v16H-2V-5z'/%3E%3Cpath fill='%23000' stroke='%23FFF' stroke-width='.5' d='M2.228 1.332a.664.664 0 0 0-.942.001.665.665 0 0 0-.002.941l4.247 4.247c.259.26.679.26.938 0l4.247-4.247a.664.664 0 0 0-.002-.94.666.666 0 0 0-.942-.002L6 5.105 2.228 1.332z'/%3E%3C/g%3E%3C/svg%3E%0A");
display: inline-block;
display: flex;
padding-left: 6px;
}
}
Expand Down

0 comments on commit 981a65a

Please sign in to comment.