mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
@@ -54,8 +54,8 @@ class SearchCard extends ct.LitElement {
|
||||
@value-changed="${this._valueChanged}"
|
||||
no-label-float
|
||||
label="Type to search...">
|
||||
<iron-icon icon="mdi:magnify"
|
||||
slot="prefix"></iron-icon>
|
||||
<ha-icon icon="mdi:magnify" id="searchIcon"
|
||||
slot="prefix"></ha-icon>
|
||||
<paper-icon-button slot="suffix"
|
||||
@click="${this._clearInput}"
|
||||
icon="mdi:close"
|
||||
@@ -177,6 +177,9 @@ class SearchCard extends ct.LitElement {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
#searchIcon {
|
||||
padding: 10px;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user