Browse Source

Move dropdown icon to static folder

This actually makes it render in the documentation
pull/8116/head
Rapptz 3 years ago
parent
commit
db5a22d791
  1. 0
      docs/_static/drop_down_icon.svg
  2. 2
      docs/_static/style.css

0
docs/images/drop_down_icon.svg → docs/_static/drop_down_icon.svg

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 177 B

2
docs/_static/style.css

@ -319,7 +319,7 @@ header > nav > a:hover {
border-bottom: 1px solid var(--search-border);
appearance: none;
background-image: url('/_images/drop_down_icon.svg');
background-image: url('drop_down_icon.svg');
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 50%;

Loading…
Cancel
Save