Remove outline when details have focus
This commit is contained in:
parent
dd39ecf368
commit
b8f4e74cbc
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
Reference in a new issue