Skip to content

Commit

Permalink
Update Stylesheet for Accessibility Mobile Menu #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Mancke committed May 18, 2016
1 parent 10a14c3 commit 490ce18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1620,21 +1620,24 @@ p.entry-meta {
visibility: visible;
}

.menu-toggle:hover,
.menu-toggle:focus,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
border-width: 0;
}

.menu-toggle {
border-top: 1px solid #eee;
line-height: 20px;
position: relative;
right: 0;
z-index: 1000;
width: 100%;
}

.site-header .menu-toggle {
border: 0;
}

.menu-toggle:before,
.menu-toggle.activated:before {
margin-right: 10px;
Expand Down Expand Up @@ -1669,6 +1672,7 @@ p.entry-meta {
.js .site-header .genesis-nav-menu .menu-item {
display: block;
float: none;
margin: 1px 0;
position: relative;
text-align: left;
}
Expand Down

0 comments on commit 490ce18

Please sign in to comment.