diff --git a/static/icons/glyphicons-halflings-138-anchor.svg b/static/icons/glyphicons-halflings-138-anchor.svg deleted file mode 100644 index a867b7b..0000000 --- a/static/icons/glyphicons-halflings-138-anchor.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/themes/zenn/sass/_components.scss b/themes/zenn/sass/_components.scss index c3300f4..3fa3312 100644 --- a/themes/zenn/sass/_components.scss +++ b/themes/zenn/sass/_components.scss @@ -178,9 +178,6 @@ sidebar .tag { .anchor { transition: opacity 0.2s ease; opacity: 0; - font-size: 1rem; - position: absolute; - margin: 0.5rem 0.5rem 0; } *:hover > .anchor, diff --git a/themes/zenn/templates/anchor-link.html b/themes/zenn/templates/anchor-link.html index 59d485d..c60a0c1 100644 --- a/themes/zenn/templates/anchor-link.html +++ b/themes/zenn/templates/anchor-link.html @@ -1,9 +1,9 @@ {% if id %} - {{ load_data(path="static/icons/glyphicons-halflings-138-anchor.svg") | safe }} + # {% else %} - {{ load_data(path="static/icons/glyphicons-halflings-138-anchor.svg") | safe }} + # {% endif %}