Fix invalid background-image file name
This commit is contained in:
parent
68f77297c0
commit
d97fa2536f
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
background-position: calc(100% - 2px) 56%;
|
background-position: calc(100% - 2px) 56%;
|
||||||
/* image is black color, themes should apply a "filter" property to change the color */
|
/* 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 {
|
#crate-search > option {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue