Skip to content

Commit b857138

Browse files
notriddlejsha
andauthored
Update src/librustdoc/html/static/css/rustdoc.css
Co-authored-by: Jacob Hoffman-Andrews <[email protected]>
1 parent 60b5f6d commit b857138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1586,8 +1586,9 @@ details.rustdoc-toggle > summary:hover::before {
15861586
}
15871587

15881588
details.rustdoc-toggle > summary:focus-visible::before {
1589-
/* The SVG is black, and gets turned white using a filter.
1589+
/* The SVG is black, and gets turned white using a filter in the dark themes.
15901590
Do the same with the outline.
1591+
The dotted 1px style is copied from Firefox's focus ring style.
15911592
*/
15921593
outline: 1px dotted #000;
15931594
outline-offset: 1px;

0 commit comments

Comments
 (0)