Skip to content

Commit

Permalink
fix(interior-left-nav): fixed background color bug on the left nav (#318
Browse files Browse the repository at this point in the history
)
  • Loading branch information
marijohannessen authored and tw15egan committed Sep 19, 2017
1 parent 2ae6323 commit 9b7faf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interior-left-nav/interior-left-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@

.left-nav-list__item--active > .left-nav-list__item-link {
position: relative;
background-color: #fff;
background-color: transparent;

&:before {
top: 0;
Expand Down

0 comments on commit 9b7faf0

Please sign in to comment.