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
@ -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…
Reference in New Issue
Block a user