mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Timestamp tooltip is working again
This commit is contained in:
parent
4f0b828a15
commit
542e6b9536
@ -14,13 +14,11 @@
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
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;
|
||||
|
||||
position: relative;
|
||||
background-color: white;
|
||||
padding: 15px;
|
||||
padding: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -82,7 +80,7 @@
|
||||
</div>
|
||||
|
||||
<div class="time-ago">
|
||||
<core-tooltip label="{{last_changed}}" position="bottom">
|
||||
<core-tooltip label="{{stateObj.last_changed}}" position="bottom">
|
||||
{{lastChangedFromNow}}
|
||||
</core-tooltip>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user