Skip to content

Commit

Permalink
feat(button-toggle): Show selected option when md-button-toggle is di…
Browse files Browse the repository at this point in the history
…sabled (#3012)

Fixes #3007
  • Loading branch information
jefersonestevo authored and andrewseguin committed Feb 15, 2017
1 parent ec7e2e4 commit 1547440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/button-toggle/_button-toggle-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
.mat-button-toggle-disabled {
background-color: map_get($mat-grey, 200);
color: mat-color($foreground, disabled-button);

&.mat-button-toggle-checked {
background-color: mat-color($mat-grey, 400);
}
}
}

0 comments on commit 1547440

Please sign in to comment.