Skip to content

Commit 0495259

Browse files
authored
fix(button link): remove text decoration (#2190)
1 parent 42ff4ee commit 0495259

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/framework/theme/components/button/_button.component.theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
}
5555
}
5656

57+
a[nbButton] {
58+
text-decoration: none;
59+
}
60+
5761
@include button-filled;
5862
@include button-outline;
5963
@include button-ghost;

src/framework/theme/components/button/button.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
:host {
1010
appearance: none;
1111
text-align: center;
12-
text-decoration: none;
1312
display: inline-flex;
1413
align-items: center;
1514
justify-content: center;

0 commit comments

Comments
 (0)