Skip to content

Commit

Permalink
feat: remove SVG assets which are now provided by the design system
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Dec 19, 2024
1 parent 648a0da commit fc0fae4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion iati_sphinx_theme/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2 class="iati-mobile-nav__label">Menu</h2>

<a href="{{ pathto('search') }}" class="iati-button iati-button--light">
<span>Search</span>
<img class="iati-button__icon" alt="" src="{{ pathto('_static/icon-search.svg', 1) }}">
<i class="iati-icon iati-icon--search"></i>
</a>

<button class="iati-menu-toggle iati-menu-toggle--open js-iati-menu-toggle-open">
Expand Down
5 changes: 0 additions & 5 deletions iati_sphinx_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<script defer data-domain="{{ theme_plausible_domain }}" src="https://plausible.io/js/script.js"></script>
{% endif %}
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/iati.js"></script>
<style>
.iati-brand-background {
--background-image: url("{{ pathto('marque-white.svg', 1) }}");
}
</style>
{% endblock %}

{%- block header %}
Expand Down
5 changes: 0 additions & 5 deletions iati_sphinx_theme/static/icon-info.svg

This file was deleted.

3 changes: 0 additions & 3 deletions iati_sphinx_theme/static/icon-search.svg

This file was deleted.

59 changes: 0 additions & 59 deletions iati_sphinx_theme/static/marque-white.svg

This file was deleted.

0 comments on commit fc0fae4

Please sign in to comment.