Skip to content

Commit 0f65a7e

Browse files
committed
improve summary icon
1 parent e0be1a0 commit 0f65a7e

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
@@ -2040,7 +2040,8 @@ button#toggle-all-docs:before {
20402040
/* Custom arrow icon */
20412041
content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 12 12" \
20422042
enable-background="new 0 0 12 12" xmlns="http://www.w3.org/2000/svg">\
2043-
<path d="M2,2l4,4l4,-4M2,6l4,4l4,-4" stroke="black" fill="none" stroke-width="2px"/></svg>');
2043+
<path d="M2,7l4,-4l4,4" stroke="black" fill="none" stroke-width="2px"/>\
2044+
<path d="M2,11l4,-4l4,4" stroke="black" fill="none" stroke-width="2px" stroke-opacity="0.5"/></svg>');
20442045
width: 18px;
20452046
height: 18px;
20462047
filter: var(--settings-menu-filter);

0 commit comments

Comments
 (0)