Skip to content

Commit

Permalink
Show menu expanded when Javascript is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Dec 17, 2014
1 parent 7d59565 commit c731e8c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _sass/_dl-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@ All this is done for any sub-level being entered.
.dl-trigger {
display: none;
}
.dl-menuwrapper {
position: initial;
@media #{$medium} {
position: absolute;
}
}
.dl-menuwrapper .dl-menu {
position: relative;
opacity: 1;
Expand All @@ -339,6 +345,12 @@ All this is done for any sub-level being entered.
.dl-menuwrapper li > a:not(:only-child):after {
content: '';
}
.dl-menu {
max-height: 100%;
}
.dl-menu li {
display: block;
}
}
// Menu Color
.dl-menuwrapper button:hover,
Expand Down

0 comments on commit c731e8c

Please sign in to comment.