Skip to content

Commit

Permalink
Merge pull request #1050 from alphagov/revert-1046-previous-next-arrows
Browse files Browse the repository at this point in the history
Revert "Next and previous buttons icons updated"
  • Loading branch information
alecgibson authored May 19, 2017
2 parents 0095873 + 48aa9f7 commit 2f2b4e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/assets/images/govuk-component/arrow-left.svg

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/images/govuk-component/arrow-right.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
}

&.next-page a:before {
background: transparent image-url("govuk-component/arrow-right.svg") no-repeat 50% 50%;
background: transparent image-url("govuk-component/arrow-sprite.png") no-repeat -102px -11px;
margin-right: -32px;
float: right;
}

&.previous-page a:before {
background: transparent image-url("govuk-component/arrow-left.svg") no-repeat 50% 50%;
background: transparent image-url("govuk-component/arrow-sprite.png") no-repeat -20px -11px;
margin-left: -32px;
float: left;
}
Expand Down

0 comments on commit 2f2b4e0

Please sign in to comment.