We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b5f6d commit b857138Copy full SHA for b857138
src/librustdoc/html/static/css/rustdoc.css
@@ -1586,8 +1586,9 @@ details.rustdoc-toggle > summary:hover::before {
1586
}
1587
1588
details.rustdoc-toggle > summary:focus-visible::before {
1589
- /* The SVG is black, and gets turned white using a filter.
+ /* The SVG is black, and gets turned white using a filter in the dark themes.
1590
Do the same with the outline.
1591
+ The dotted 1px style is copied from Firefox's focus ring style.
1592
*/
1593
outline: 1px dotted #000;
1594
outline-offset: 1px;
0 commit comments