Skip to content

Commit

Permalink
Remove theme button outline
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 20, 2018
1 parent 5b61b61 commit 8d51c33
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 @@ -1189,6 +1189,10 @@ kbd {
top: 19px;
}

.theme-picker button {
outline: none;
}

#theme-picker {
padding: 4px;
width: 27px;
Expand Down

0 comments on commit 8d51c33

Please sign in to comment.