Skip to content

Commit

Permalink
fix(button): fix typo in comment (#17001)
Browse files Browse the repository at this point in the history
* fix(button): fix typo in comment

according to the implement actually the hover is applied to normal and stroked button, flat is not included

* chore: refer as basic instead of normal button
  • Loading branch information
wayou authored and jelbourn committed Sep 9, 2019
1 parent e42f784 commit 5fb0d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
}

// Only flat and stroked buttons (not raised, FABs or icon buttons) have a hover style.
// Only basic and stroked buttons (not raised, FABs or icon buttons) have a hover style.
// Use the same visual treatment for hover as for focus.
.mat-button:hover,
.mat-stroked-button:hover {
Expand Down

0 comments on commit 5fb0d57

Please sign in to comment.