mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
18 hours ago 1a185ea6b62acad9dfebcf57c6ecbcd1b902a2e6
fix: remove external link indicator from social icons
3 files deleted
2 files modified
22 ■■■■■ changed files
assets/ananke/css/_social-icons.css 8 ●●●●● patch | view | raw | blame | history
layouts/_partials/new-window-icon.html 2 ●●●●● patch | view | raw | blame | history
layouts/_partials/social/follow.html 3 ●●●●● patch | view | raw | blame | history
layouts/_partials/svg/new-window.svg 3 ●●●●● patch | view | raw | blame | history
layouts/_partials/svg/tiktok.svg 6 ●●●●● patch | view | raw | blame | history
assets/ananke/css/_social-icons.css
@@ -11,11 +11,3 @@
.ananke-socials a:hover {
  color: rgb(107, 114, 128);
}
.new-window {
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}
.link-transition:hover .new-window{
  opacity: 1;
}
layouts/_partials/new-window-icon.html
File was deleted
layouts/_partials/social/follow.html
@@ -36,9 +36,6 @@
      {{- else -}}
        {{- $label -}}
      {{- end -}}
      {{- with $config.follow.new_window_icon -}}
        {{- partials.Include "new-window-icon.html" . -}}
      {{- end -}}
    </a>
  {{- end -}}
</div>
layouts/_partials/svg/new-window.svg
File was deleted
layouts/_partials/svg/tiktok.svg
File was deleted