remove funky underline text
This commit is contained in:
parent
55297041a1
commit
b9241fd42d
2 changed files with 5 additions and 2 deletions
|
@ -49,6 +49,9 @@ $button-focus-shift: 12%;
|
|||
.button__content {
|
||||
margin: 0 var(--button-padding);
|
||||
display: flex;
|
||||
.link-label {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.button-primary
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:not(.no-underline) {
|
||||
text-decoration: underline;
|
||||
&:not(.underline) {
|
||||
text-decoration: none;
|
||||
.icon {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue