8000 Fix overlapping tooltips · githublucas420/githubWebsite@804edea · GitHub
[go: up one dir, main page]

Skip to content

Commit 804edea

Browse files
committed
Fix overlapping tooltips
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
1 parent c8b76a3 commit 804edea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 class="{% if site.style == 'dark' %}text-white{% endif %} mb-2 lh-condensed"
4040
<div class="mr-3 mb-3">
4141
{% assign service_shortname = account[0] %}
4242
{% assign service = site.data.social_media[service_shortname] %}
43-
<a href="{{ service.profile_url_prefix }}{{ account[1] }}" title="{{ service.name }}: {{ account[1] }}" class="tooltipped tooltipped-se" aria-label="{{ service.name }}: {{ account[1] }}">
43+
<a href="{{ service.profile_url_prefix }}{{ account[1] }}" class="tooltipped tooltipped-se" aria-label="{{ service.name }}: {{ account[1] }}">
4444
{{ service.icon_svg }}<span 428A class="d-none">{{ service.name }}</span>
4545
</a>
4646
</div>

0 commit comments

Comments
 (0)
0