File tree 1 file changed +6
-6
lines changed
src/panels/developer-tools/state
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import "@material/mwc-button" ;
2
- import "@material/mwc-icon-button" ;
3
2
import "@polymer/paper-checkbox/paper-checkbox" ;
4
3
import "@polymer/paper-input/paper-input" ;
5
4
import { html } from "@polymer/polymer/lib/utils/html-tag" ;
@@ -59,9 +58,10 @@ class HaPanelDevState extends EventsMixin(LocalizeMixin(PolymerElement)) {
59
58
.entities td {
60
59
padding : 4px ;
61
60
}
62
- .entities mwc-icon-button {
63
- --mdc-icon-button-size : 24px ;
61
+ .entities ha-svg-icon {
64
62
--mdc-icon-size : 20px ;
63
+ padding : 4px ;
64
+ cursor : pointer;
65
65
}
66
66
.entities td : nth-child (3 ) {
67
67
white-space : pre-wrap;
@@ -153,12 +153,12 @@ class HaPanelDevState extends EventsMixin(LocalizeMixin(PolymerElement)) {
153
153
< template is ="dom-repeat " items ="[[_entities]] " as ="entity ">
154
154
< tr >
155
155
< td >
156
- < mwc-icon-button
156
+ < ha-svg-icon
157
157
on-click ="entityMoreInfo "
158
158
alt ="[[localize('ui.panel.developer-tools.tabs.states.more_info')]] "
159
159
title ="[[localize('ui.panel.developer-tools.tabs.states.more_info')]] "
160
- > < ha-svg-icon path ="[[informationOutlineIcon()]] "> </ ha-svg-icon >
161
- </ mwc-icon-button >
160
+ path ="[[informationOutlineIcon()]] "
161
+ > </ ha-svg-icon >
162
162
< a href ="# " on-click ="entitySelected "> [[entity.entity_id]]</ a >
163
163
</ td >
164
164
< td > [[entity.state]]</ td >
You can’t perform that action at this time.
0 commit comments