mirror of
https://github.com/kalkih/mini-graph-card.git
synced 2025-12-20 00:35:56 +01:00
feat: add "tooltip--label" class (#1202)
This commit is contained in:
@@ -313,7 +313,7 @@ class MiniGraphCard extends LitElement {
|
||||
return html`
|
||||
<div class="state__time">
|
||||
${this.tooltip.label ? html`
|
||||
<span>${this.tooltip.label}</span>
|
||||
<span class="tooltip--label">${this.tooltip.label}</span>
|
||||
` : html`
|
||||
<span>${this.tooltip.time[0]}</span> -
|
||||
<span>${this.tooltip.time[1]}</span>
|
||||
|
||||
Reference in New Issue
Block a user