Skip to content

Commit

Permalink
Make the :before triangles in left nav clickable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Apr 2, 2015
1 parent d9041c0 commit b2d3d1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file added .npmignore
Empty file.
6 changes: 6 additions & 0 deletions styles/components/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@

> span {
cursor: pointer;
// Fake the :before element clickable
margin-left: -$spacing-standard;
padding-left: $spacing-standard;
@include media($mobile) {
margin-left: 0;
}
}
}

Expand Down

0 comments on commit b2d3d1f

Please sign in to comment.