We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tooltip
1 parent 6bacf93 commit 674061eCopy full SHA for 674061e
app/components/crate-sidebar.hbs
@@ -13,7 +13,7 @@
13
{{svg-jar "calendar"}}
14
<span>
15
{{date-format-distance-to-now @version.created_at addSuffix=true}}
16
- <EmberTooltip @text={{date-format @version.created_at 'PPP'}} />
+ <Tooltip @text={{date-format @version.created_at 'PPP'}} />
17
</span>
18
</time>
19
@@ -120,7 +120,7 @@
120
Try on Rust Playground
121
122
{{#if this.canHover}}
123
- <EmberTooltip
+ <Tooltip
124
@text="The top 100 crates are available on the Rust Playground for you to try out directly in your browser." />
125
{{/if}}
126
</a>
app/components/crate-sidebar.module.css
@@ -37,7 +37,7 @@
37
.date,
38
.msrv,
39
.edition {
40
- [title], :global(.ember-tooltip-target) {
+ > span {
41
cursor: help;
42
}
43
0 commit comments