Skip to content

Commit

Permalink
Merge pull request #134 from alphagov/fix-checkbox-tick-ie11
Browse files Browse the repository at this point in the history
Fix stray line on checkbox in IE11
  • Loading branch information
gemmaleigh authored Jul 17, 2017
2 parents 5479683 + a346da6 commit 596dfc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
transform: rotate(-45deg);
border: solid;
border-width: 0 0 5px 5px;
// Fix bug in IE11 caused by transform rotate (-45deg).
// See: alphagov/govuk_elements/issues/518
border-top-color: transparent;

opacity: 0;

Expand Down

0 comments on commit 596dfc4

Please sign in to comment.