Skip to content

Commit

Permalink
Fix invalid background-image file name
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored Nov 7, 2022
1 parent 68f7729 commit d97fa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
background-size: 20px;
background-position: calc(100% - 2px) 56%;
/* image is black color, themes should apply a "filter" property to change the color */
background-image: url("down-arrow-2d685a4bae708e15.svg");
background-image: url("down-arrow-927217e04c7463ac.svg");
}
#crate-search > option {
font-size: 1rem;
Expand Down

0 comments on commit d97fa25

Please sign in to comment.