Closed
Description
Bug 1:
Issue
Applying custom style for checked button toggle gives an odd hover effect.
eg.
.mat-button-toggle-checked{
background-color: #2979FF;
color: white;
}
What are the steps to reproduce?
https://stackblitz.com/edit/angular-ivjb9g
Bug 2:
Issue
In legacy style, button elevation cannot be modified.