feat(SVG): make icons non draggable and selectable

This commit is contained in:
2022-09-27 18:35:03 +02:00
parent 3b21dce8cd
commit 7139e0e4c4
4 changed files with 14 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ class="toxicGlow"
<div id="home-nav-header">
All the fun lies right here
<br>
<object type="image/svg+xml" width="30" height="20" data="{{"arrow.svg" | relURL}}"></object>
<img class="feather" draggable="false" width="30" height="20" src="{{"arrow.svg" | relURL}}">
</div>
<nav id="home-nav" class="site-nav">
{{ partialCached "menu.html" . }}