Skip to content

Commit

Permalink
Merge pull request #324 from openstad/fix/css-alignment-issue
Browse files Browse the repository at this point in the history
fix: use `background-image` instead of `background` because it overrides `background-position` property
  • Loading branch information
nlsvgtr authored Feb 24, 2022
2 parents 249b9c0 + ec13b69 commit 3d9e3af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.link-caret {
&--blue {
background: url(/modules/openstad-assets/img/arrow-right-blue.svg);
background-image: url(/modules/openstad-assets/img/arrow-right-blue.svg);
background-repeat: no-repeat;

&:hover {
Expand Down

0 comments on commit 3d9e3af

Please sign in to comment.