Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit db5a22d

Browse files
committed
Move dropdown icon to static folder
This actually makes it render in the documentation
1 parent d1039e2 commit db5a22d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

docs/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ header > nav > a:hover {
319319
border-bottom: 1px solid var(--search-border);
320320

321321
appearance: none;
322-
background-image: url('/_images/drop_down_icon.svg');
322+
background-image: url('drop_down_icon.svg');
323323
background-repeat: no-repeat;
324324
background-position-x: 100%;
325325
background-position-y: 50%;

0 commit comments

Comments
 (0)