Skip to content

Commit

Permalink
Adjust nav list .active state to accommodate text that spans multip…
Browse files Browse the repository at this point in the history
…le lines.
  • Loading branch information
mmistakes committed Jul 5, 2017
1 parent 41e3a42 commit b9fe0be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,7 @@
margin-left: -0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #fff;
font-weight: bold;
background: $primary-color;
border-radius: $border-radius;

&:hover {
color: #fff;
}
}

@include breakpoint(max-width ($large - 1px)) {
Expand Down
7 changes: 0 additions & 7 deletions docs/_sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,7 @@
margin-left: -0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #fff;
font-weight: bold;
background: $primary-color;
border-radius: $border-radius;

&:hover {
color: #fff;
}
}

@include breakpoint(max-width ($large - 1px)) {
Expand Down

0 comments on commit b9fe0be

Please sign in to comment.