mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-17 03:48:15 +00:00
fixes deleted tooltip content
This commit is contained in:
parent
13a3e48397
commit
4278d34e29
@ -32,7 +32,7 @@
|
||||
border-radius: item-spacing(1);
|
||||
background-color: get-color(black, 0.9);
|
||||
color: white;
|
||||
content: attr(title);
|
||||
content: attr(data-title);
|
||||
text-align: center;
|
||||
line-height: 1.2;
|
||||
font-size: item-spacing(3);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<a {{action "click" preventDefault=false}} target={{target}} href={{link}}>
|
||||
<sup>
|
||||
{{#if tooltip}}
|
||||
<i class="nacho-tooltip">
|
||||
<i data-title="{{tooltip}}" class="nacho-tooltip">
|
||||
More Info
|
||||
</i>
|
||||
{{else}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user