mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-19 04:47:21 +00:00
fixes deleted tooltip content
This commit is contained in:
parent
13a3e48397
commit
4278d34e29
@ -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);
|
||||||
|
@ -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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user