Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #116 from rahulprajapati-rtcamp/master
Browse files Browse the repository at this point in the history
Correct class name .current_page_ancestor to .current-page-ancestor
  • Loading branch information
manishsongirkar committed Sep 14, 2015
2 parents 93cabe9 + 623a6ff commit 121fb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/rtpanel/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ $menu-spacing: rem-calc(12 30);
}

// Current Menu Style
.current-menu-item, .current_page_ancestor, .current_page_item {
.current-menu-item, .current-page-ancestor, .current_page_item {
& > a { @include rtp-active-menu(); }
}
}
/* End - Navigation */
/* End - Navigation */

0 comments on commit 121fb63

Please sign in to comment.