Skip to content

Commit 4f94cbe

Browse files
authored
Merge pull request google#4964 from google/garbee/hotfix/button-decoration
fix(button): Remove text decoration
2 parents 98551d6 + c04ddb0 commit 4f94cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdl-button/mdl-button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
font-weight: 500;
3939
line-height: 36px; /* Override line-height so text aligns centered */
4040
text-align: center;
41+
text-decoration: none;
4142
text-transform: uppercase;
4243
vertical-align: middle;
4344
box-sizing: border-box;

0 commit comments

Comments
 (0)