Skip to content

Commit

Permalink
fixes build warnings from deprecated :hover use
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanchandra committed Sep 17, 2017
1 parent 680a94b commit d68c69e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _sass/layouts/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ article {
margin-bottom: 6%;
text-align: center;
}
a:hover {
@extend %link-hover;
a {
@extend .body-link;
}
.footnotes {
font-size: 0.9em;
Expand Down Expand Up @@ -92,14 +92,12 @@ header {
}

a {
@extend .body-link;
padding: 2em 3em;
border: 1px solid rgba(255, 255, 255, 0);
text-align: center;
width: 50%;
}
a:hover {
@extend a.button:hover;
}

i {
vertical-align: middle;
Expand Down

0 comments on commit d68c69e

Please sign in to comment.