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