Skip to content

Commit b8f4e74

Browse files
Remove outline when details have focus
1 parent dd39ecf commit b8f4e74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ p {
126126
margin: 0 0 .6em 0;
127127
}
128128

129+
summary {
130+
outline: none;
131+
}
132+
129133
code, pre {
130134
font-family: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace;
131135
white-space: pre-wrap;

0 commit comments

Comments
 (0)