Skip to content

Commit

Permalink
Main nav links are no longer hidden with display:none. Deals with #68.
Browse files Browse the repository at this point in the history
  • Loading branch information
knice committed Aug 26, 2014
1 parent ad17db6 commit 25f815a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/sass/components/_navigation-site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
width:100%;
min-width: 14em;
padding:0;
display:none;
position:absolute;
left:-900em;
li {
display:block;
text-align:left;
Expand All @@ -96,8 +96,10 @@
}
}
}

li:hover ul {
display:block;

li:focus ul,
li:hover ul,
li:active ul {
left:auto;
}
}

0 comments on commit 25f815a

Please sign in to comment.