Skip to content

Commit

Permalink
fix(core): Selected section arrow was offset
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsquared committed Apr 14, 2017
1 parent a419f16 commit da94963
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/scripts/modules/core/projects/project.less
Expand Up @@ -62,6 +62,11 @@
}
a {
padding: 5px 15px 10px;
&.active, &:focus, &:hover {
&:after {
bottom: -5px;
}
}
}
secondary-application-nav {
a {
Expand Down

0 comments on commit da94963

Please sign in to comment.