Rollup merge of #43977 - GuillaumeGomez:remove-outline, r=QuietMisdreavus
Remove outline when details have focus r? @rust-lang/docs (the green outline annoyed me a bit)
This commit is contained in:
commit
4902e6714f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue