From db5a22d7912557c55fc047f30f42ef10b6a63289 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 5 Jun 2022 01:24:20 -0400 Subject: [PATCH] Move dropdown icon to static folder This actually makes it render in the documentation --- docs/{images => _static}/drop_down_icon.svg | 0 docs/_static/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{images => _static}/drop_down_icon.svg (100%) diff --git a/docs/images/drop_down_icon.svg b/docs/_static/drop_down_icon.svg similarity index 100% rename from docs/images/drop_down_icon.svg rename to docs/_static/drop_down_icon.svg diff --git a/docs/_static/style.css b/docs/_static/style.css index f65806603ff9..9f211a447614 100644 --- a/docs/_static/style.css +++ b/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%;