Skip to content

Commit

Permalink
Remove outline when details have focus
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 18, 2017
1 parent dd39ecf commit b8f4e74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ p {
margin: 0 0 .6em 0;
}

summary {
outline: none;
}

code, pre {
font-family: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace;
white-space: pre-wrap;
Expand Down

0 comments on commit b8f4e74

Please sign in to comment.