Skip to content

Commit

Permalink
Add title on li to generate tooltips
Browse files Browse the repository at this point in the history
Related to #31
  • Loading branch information
bmaz committed May 24, 2024
1 parent 2526e5b commit 52550d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/templates/mainPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
style="height:{{ category.height }}px ; background-color:{{category.color}}"
data-path="{{ category.path }}"
class="skills-selector"
title="{{ category.label }}"
>
<div class="text-with-ellipsis">
{% if category.height > 15 %} {{ category.label }} {% endif %}
Expand All @@ -53,6 +54,7 @@
style="height:{{ category.height }}px ; background-color:{{category.color}}"
data-path="{{ category.path }}"
class="skills-selector"
title="{{ category.label }}"
>
<div class="text-with-ellipsis">
{% if category.height > 15 %} {{ category.label }} {% endif %}
Expand All @@ -66,6 +68,7 @@
style="height:{{ category.height }}px ; background-color:{{category.color}}"
data-path="{{ category.path }}"
class="skills-selector"
title="{{ category.label }}"
>
<div class="text-with-ellipsis">
{% if category.height > 15 %} {{ category.label }} {% endif %}
Expand Down

0 comments on commit 52550d2

Please sign in to comment.