Skip to content

Commit 70e9968

Browse files
authored
Merge pull request rust-lang#834 from donald-pinckney/master
Fixes rust-lang#826
2 parents f60ebce + 6a89656 commit 70e9968

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/theme/css/chrome.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,15 +345,17 @@ ul#searchresults span.teaser em {
345345
color: var(--sidebar-non-existant);
346346
}
347347
.chapter li a {
348-
color: var(--sidebar-fg);
349348
display: block;
350349
padding: 0;
351350
text-decoration: none;
351+
color: var(--sidebar-fg);
352+
}
353+
354+
.chapter li a:hover {
355+
color: var(--sidebar-active);
352356
}
353-
.chapter li a:hover { text-decoration: none }
354-
.chapter li .active,
355-
a:hover {
356-
/* Animate color change */
357+
358+
.chapter li .active {
357359
color: var(--sidebar-active);
358360
}
359361

0 commit comments

Comments
 (0)