Skip to content

Commit

Permalink
Merge pull request rust-lang#834 from donald-pinckney/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored Apr 23, 2019
2 parents f60ebce + 6a89656 commit 70e9968
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,15 +345,17 @@ ul#searchresults span.teaser em {
color: var(--sidebar-non-existant);
}
.chapter li a {
color: var(--sidebar-fg);
display: block;
padding: 0;
text-decoration: none;
color: var(--sidebar-fg);
}

.chapter li a:hover {
color: var(--sidebar-active);
}
.chapter li a:hover { text-decoration: none }
.chapter li .active,
a:hover {
/* Animate color change */

.chapter li .active {
color: var(--sidebar-active);
}

Expand Down

0 comments on commit 70e9968

Please sign in to comment.