Skip to content

Commit

Permalink
Fix mobile nav link styling (#3455)
Browse files Browse the repository at this point in the history
* Fix mobile nav link styling

* use another css property
  • Loading branch information
mmmavis authored Jul 26, 2019
1 parent 5fd1753 commit 0bbb9a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/sass/components/primary-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,17 @@
transition: transform 0.15s;
display: inline-block;
margin: 10px 0;
padding-bottom: 0;
border-width: 3px;
color: $white;

@include hover-focus-active {
border-bottom-color: $white;
}

&.active {
border-bottom-color: $white;
}
}
}
}
Expand Down

0 comments on commit 0bbb9a1

Please sign in to comment.