Skip to content

Commit c04ddb0

Browse files
committed
fix(button): Remove text decoration
Removing the text decoration allows anchors to be styled as buttons without recieving their default underlined text.
1 parent 98551d6 commit c04ddb0

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)