adjusted button disabled colors per design team request
parent
d220ee2dba
commit
123dfc61dc
|
@ -37,10 +37,6 @@ mat-card {
|
|||
@include action-button-primary;
|
||||
margin-bottom: 16px;
|
||||
margin-right: 16px;
|
||||
|
||||
&:disabled {
|
||||
background-color: mat-color($mycroft-accent, 200);
|
||||
}
|
||||
}
|
||||
|
||||
#cancel-button {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
mat-card {
|
||||
@include section-card;
|
||||
//margin-top: 32px;
|
||||
max-width: 700px;
|
||||
|
||||
mat-card-title {
|
||||
|
|
|
@ -7,12 +7,8 @@ mat-card-title {
|
|||
}
|
||||
|
||||
button {
|
||||
@include action-button-primary;
|
||||
|
||||
&:disabled {
|
||||
background-color: mat-color($mycroft-accent, 200);
|
||||
@include action-button-primary;
|
||||
}
|
||||
}
|
||||
|
||||
mat-horizontal-stepper {
|
||||
margin-left: auto;
|
||||
|
|
|
@ -31,10 +31,6 @@ mat-card {
|
|||
@include action-button-primary;
|
||||
margin-bottom: 16px;
|
||||
margin-right: 16px;
|
||||
|
||||
&:disabled {
|
||||
background-color: mat-color($mycroft-accent, 200);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,17 +10,4 @@ mat-card-title {
|
|||
button {
|
||||
@include action-button-primary;
|
||||
margin: 16px;
|
||||
|
||||
&:disabled {
|
||||
background-color: mat-color($mycroft-accent, 200);
|
||||
}
|
||||
}
|
||||
|
||||
//#advanced-settings-card {
|
||||
// button {
|
||||
// @include action-button-primary;
|
||||
// margin-left: auto;
|
||||
// margin-right: auto;
|
||||
// margin-top: 16px;
|
||||
// }
|
||||
//}
|
||||
|
|
|
@ -9,11 +9,6 @@
|
|||
|
||||
#save-button {
|
||||
@include action-button-primary;
|
||||
|
||||
&:disabled {
|
||||
background-color: mat-color($mycroft-accent, 100);
|
||||
color: mat-color($mycroft-accent);
|
||||
}
|
||||
}
|
||||
|
||||
.mat-h2 {
|
||||
|
|
|
@ -20,7 +20,8 @@ $button-border-radius: 4px;
|
|||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: mat-color($mycroft-accent, 200);
|
||||
background-color: mat-color($mycroft-accent, 50);
|
||||
color: mat-color($mycroft-accent, 200);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue