adjusted button disabled colors per design team request

pull/4/head
Chris Veilleux 2019-05-03 17:16:47 -05:00
parent d220ee2dba
commit 123dfc61dc
7 changed files with 3 additions and 33 deletions

View File

@ -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 {

View File

@ -5,7 +5,6 @@
mat-card {
@include section-card;
//margin-top: 32px;
max-width: 700px;
mat-card-title {

View File

@ -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;

View File

@ -31,10 +31,6 @@ mat-card {
@include action-button-primary;
margin-bottom: 16px;
margin-right: 16px;
&:disabled {
background-color: mat-color($mycroft-accent, 200);
}
}
}
}

View File

@ -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;
// }
//}

View File

@ -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 {

View File

@ -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);
}
}