Merge pull request #112 from SUPERCILEX/patch-2

Fix overlapping tooltips
This commit is contained in:
Brandon Rosage 2019-04-01 13:31:58 -05:00 committed by GitHub
commit 9dea1f5dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
<div class="mr-3 mb-3"> <div class="mr-3 mb-3">
{% assign service_shortname = account[0] %} {% assign service_shortname = account[0] %}
{% assign service = site.data.social_media[service_shortname] %} {% assign service = site.data.social_media[service_shortname] %}
<a href="{{ service.profile_url_prefix }}{{ account[1] }}" title="{{ service.name }}: {{ account[1] }}" class="tooltipped tooltipped-se" aria-label="{{ service.name }}: {{ account[1] }}"> <a href="{{ service.profile_url_prefix }}{{ account[1] }}" class="tooltipped tooltipped-se" aria-label="{{ service.name }}: {{ account[1] }}">
{{ service.icon_svg }}<span class="d-none">{{ service.name }}</span> {{ service.icon_svg }}<span class="d-none">{{ service.name }}</span>
</a> </a>
</div> </div>