fixes deleted tooltip content

This commit is contained in:
Seyi Adebajo 2018-07-19 18:22:42 -07:00
parent 13a3e48397
commit 4278d34e29
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
border-radius: item-spacing(1); border-radius: item-spacing(1);
background-color: get-color(black, 0.9); background-color: get-color(black, 0.9);
color: white; color: white;
content: attr(title); content: attr(data-title);
text-align: center; text-align: center;
line-height: 1.2; line-height: 1.2;
font-size: item-spacing(3); font-size: item-spacing(3);

View File

@ -1,7 +1,7 @@
<a {{action "click" preventDefault=false}} target={{target}} href={{link}}> <a {{action "click" preventDefault=false}} target={{target}} href={{link}}>
<sup> <sup>
{{#if tooltip}} {{#if tooltip}}
<i class="nacho-tooltip"> <i data-title="{{tooltip}}" class="nacho-tooltip">
More Info More Info
</i> </i>
{{else}} {{else}}