Skip to content

Commit 152f7eb

Browse files
committed
rustdoc: change summary icon to 'two arrows pointing at each other'
1 parent 0f65a7e commit 152f7eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,8 +2040,7 @@ 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,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>');
2043+
<path d="M2,1l4,3l4,-3M2,11l4,-3l4,3" stroke="black" fill="none" stroke-width="2px"/></svg>');
20452044
width: 18px;
20462045
height: 18px;
20472046
filter: var(--settings-menu-filter);

0 commit comments

Comments
 (0)