Skip to content

Commit

Permalink
Merge pull request #373 from alphagov/fix-details-element-on-ios841
Browse files Browse the repository at this point in the history
Fix details element on iOS 8.4.1
  • Loading branch information
alanth committed Aug 18, 2015
2 parents 3caf386 + 428043a commit c8b3d87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/petitions/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ details {
position: relative;
margin-bottom: em(5);

&:hover {
color: $link-hover-colour;
@include media(desktop){
&:hover {
color: $link-hover-colour;
}
}

&:focus {
Expand Down

0 comments on commit c8b3d87

Please sign in to comment.