Skip to content

Commit

Permalink
Merge pull request #957 from shawnthompson/menu
Browse files Browse the repository at this point in the history
fixed: #940: menu button clickable surface
  • Loading branch information
LaurentGoderre committed Mar 23, 2015
2 parents c6f4073 + 446556e commit e765cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/banner/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,16 @@ header {
display: inline-block;
float: right;
height: 2.75em;
padding-right: 10px;

li {
display: block;
padding-right: 0;

a {
background: $accent-blue;
color: #fff;
display: block;
font-size: 1.9em;
line-height: 1.7em;
padding: 5px 10px 0 0;
padding: 5px 20px 0 0;
}
}

Expand Down
4 changes: 0 additions & 4 deletions src/banner/_screen-xs-max.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ header {
&.chvrn {
li {
a {
background: $accent-blue;
color: #fff;
font-size: 1.7em;
line-height: 1.8em;
padding: 5px 10px 0 20px;
}
}
}
Expand Down

0 comments on commit e765cc7

Please sign in to comment.