+ ? html`
`
- : html`
`
+ : html`
`
: ""}
-
+
`;
})}
-
+
`;
}
@@ -149,9 +147,6 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
static get styles(): CSSResultGroup[] {
return [
css`
- :host {
- --mdc-list-vertical-padding: 0;
- }
.title {
font-size: 16px;
padding: 16px;
@@ -160,8 +155,8 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
.skipped {
background: var(--secondary-background-color);
}
- ha-list-item {
- --mdc-list-item-graphic-size: 40px;
+ ha-md-list-item {
+ --md-list-item-leading-icon-size: 40px;
}
ha-icon-next {
color: var(--secondary-text-color);
@@ -184,14 +179,16 @@ class HaConfigUpdates extends SubscribeMixin(LitElement) {
outline: none;
text-decoration: underline;
}
- ha-list-item {
- cursor: pointer;
+ ha-md-list-item {
font-size: 16px;
}
+ div[slot="start"] {
+ position: relative;
+ }
ha-spinner.absolute {
position: absolute;
- width: 28px;
- height: 28px;
+ left: 6px;
+ top: 6px;
}
state-badge.updating {
opacity: 0.5;