Timestamp tooltip is working again

This commit is contained in:
Paulus Schoutsen 2014-11-02 14:43:52 -08:00
parent 4f0b828a15
commit 542e6b9536

View File

@ -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>