mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Update zoom icon (#954)
This commit is contained in:
parent
c2b090b912
commit
73608a73e7
@ -70,6 +70,9 @@
|
||||
margin-right: 6px;
|
||||
width: 10px;
|
||||
}
|
||||
paper-icon-button {
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
</style>
|
||||
<template is="dom-if" if="[[unit]]">
|
||||
<div class="chartHeader">
|
||||
@ -87,7 +90,7 @@
|
||||
<template is="dom-if" if="[[isZoomable]]">
|
||||
<div class="chartZoomInline">
|
||||
<paper-icon-button
|
||||
icon='mdi:arrow-expand-all'
|
||||
icon='mdi:image-filter-center-focus'
|
||||
on-click='resetZoom'
|
||||
></paper-icon-button>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user