mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Timestamp tooltip is working again
This commit is contained in:
parent
4f0b828a15
commit
542e6b9536
@ -14,13 +14,11 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
||||||
/* transition */
|
|
||||||
-webkit-transition: all 0.30s ease-out;
|
|
||||||
transition: all 0.30s ease-out;
|
transition: all 0.30s ease-out;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 15px;
|
padding: 16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,7 +80,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="time-ago">
|
<div class="time-ago">
|
||||||
<core-tooltip label="{{last_changed}}" position="bottom">
|
<core-tooltip label="{{stateObj.last_changed}}" position="bottom">
|
||||||
{{lastChangedFromNow}}
|
{{lastChangedFromNow}}
|
||||||
</core-tooltip>
|
</core-tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user