mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix delete button styling in hui-edit-view (#4102)
This commit is contained in:
parent
7b5201599d
commit
d4d6b7e2ce
@ -301,9 +301,9 @@ export class HuiEditView extends LitElement {
|
|||||||
height: 14px;
|
height: 14px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
paper-icon-button.delete {
|
.delete {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
color: var(--secondary-text-color);
|
--mdc-theme-primary: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
paper-spinner {
|
paper-spinner {
|
||||||
display: none;
|
display: none;
|
||||||
@ -315,8 +315,8 @@ export class HuiEditView extends LitElement {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.error {
|
.error {
|
||||||
color: #ef5350;
|
color: var(--error-color);
|
||||||
border-bottom: 1px solid #ef5350;
|
border-bottom: 1px solid var(--error-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user