Skip to content

Commit

Permalink
Merge pull request #189 from npm/fix-header-links
Browse files Browse the repository at this point in the history
Fix header links
  • Loading branch information
jefflembeck committed Jun 3, 2016
2 parents 11c5132 + 1fd9ce8 commit 70de802
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@npmcorp/pui-css-forms": "^3.0.7",
"@npmcorp/pui-css-google-maps": "^2.0.0",
"@npmcorp/pui-css-grids": "^2.1.1",
"@npmcorp/pui-css-header": "^3.1.0",
"@npmcorp/pui-css-header": "^3.1.1",
"@npmcorp/pui-css-hoverable": "^2.0.0",
"@npmcorp/pui-css-iconography": "^4.0.1",
"@npmcorp/pui-css-images": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ header a {
transition: color 0.1s ease, background 0.1s ease;
}

.active {
&.active {
color: currentColor;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"@npmcorp/pui-css-drop-down-menu": "^1.3.4",
"@npmcorp/pui-css-typography": "^4.0.0"
},
"version": "3.1.0"
"version": "3.1.1"
}

0 comments on commit 70de802

Please sign in to comment.