Skip to content

Commit 5fb0d57

Browse files
wayoujelbourn
authored andcommitted
fix(button): fix typo in comment (#17001)
* 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
1 parent e42f784 commit 5fb0d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/button/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
}
1212

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

0 commit comments

Comments
 (0)