Skip to content

Commit

Permalink
fix(button link): remove text decoration (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jan 28, 2020
1 parent 42ff4ee commit 0495259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
}
}

a[nbButton] {
text-decoration: none;
}

@include button-filled;
@include button-outline;
@include button-ghost;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
:host {
appearance: none;
text-align: center;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 0495259

Please sign in to comment.