Skip to content

Commit

Permalink
fix hover changing color for all links in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
bijumon committed Dec 25, 2013
1 parent 909a967 commit 9e3bb8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sass/partials/sidebar/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ aside.sidebar {
color: inherit;
@include transition(color .5s);
}
&:hover a {
color: $sidebar-link-color;
&:hover { color: $sidebar-link-color-hover; }
}
//&:hover a {
// color: $sidebar-link-color;
// &:hover { color: $sidebar-link-color-hover; }
//}
}
.aside-alt-link {
color: $sidebar-link-color-subdued;
&:hover {
color: $sidebar-link-color-subdued-hover;
}
//&:hover {
// color: $sidebar-link-color-subdued-hover;
//}
}

@media only screen and (min-width: 768px) {
Expand Down

0 comments on commit 9e3bb8e

Please sign in to comment.