mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix border-radius
for progress button success and error (#11432)
This commit is contained in:
parent
5be22d46ab
commit
e8ba349447
@ -68,6 +68,7 @@ export class HaProgressButton extends LitElement {
|
|||||||
--mdc-theme-primary: white;
|
--mdc-theme-primary: white;
|
||||||
background-color: var(--success-color);
|
background-color: var(--success-color);
|
||||||
transition: none;
|
transition: none;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
mwc-button[raised].success {
|
mwc-button[raised].success {
|
||||||
@ -79,6 +80,7 @@ export class HaProgressButton extends LitElement {
|
|||||||
--mdc-theme-primary: white;
|
--mdc-theme-primary: white;
|
||||||
background-color: var(--error-color);
|
background-color: var(--error-color);
|
||||||
transition: none;
|
transition: none;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
mwc-button[raised].error {
|
mwc-button[raised].error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user