remove funky underline text

This commit is contained in:
btzr-io 2017-10-02 20:25:44 -06:00
parent 55297041a1
commit b9241fd42d
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -9,8 +9,8 @@
}
}
&:not(.no-underline) {
text-decoration: underline;
&:not(.underline) {
text-decoration: none;
.icon {
text-decoration: none;
}