Skip to content

Commit bc82fec

Browse files
committed
improve summary icon
1 parent 7188f45 commit bc82fec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,8 @@ button#toggle-all-docs::before {
20682068
/* Custom arrow icon */
20692069
content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 12 12" \
20702070
enable-background="new 0 0 12 12" xmlns="http://www.w3.org/2000/svg">\
2071-
<path d="M2,2l4,4l4,-4M2,6l4,4l4,-4" stroke="black" fill="none" stroke-width="2px"/></svg>');
2071+
<path d="M2,7l4,-4l4,4" stroke="black" fill="none" stroke-width="2px"/>\
2072+
<path d="M2,11l4,-4l4,4" stroke="black" fill="none" stroke-width="2px" stroke-opacity="0.5"/></svg>');
20722073
width: 18px;
20732074
height: 18px;
20742075
filter: var(--settings-menu-filter);

0 commit comments

Comments
 (0)