Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9938d56

Browse files
authoredJul 3, 2022
Remove redundant pseudo-class
1 parent 26dccbf commit 9938d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustdoc/html/static/css/rustdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ nav.sub {
418418
background-color: var(--sidebar-background-color);
419419
}
420420

421-
#sidebar-toggle > button:hover:hover, #sidebar-toggle > button:focus {
421+
#sidebar-toggle > button:hover, #sidebar-toggle > button:focus {
422422
background-color: var(--sidebar-background-color-hover);
423423
}
424424

0 commit comments

Comments
 (0)
Please sign in to comment.