Button: remove text-decoration when wrapped with a <Link/>

This commit is contained in:
Alex Gleason 2021-10-14 08:22:17 -05:00
parent 73e4d00cc2
commit 65891a904c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View file

@ -37,6 +37,10 @@ button {
margin-right: 5px;
}
&__link {
text-decoration: none;
}
&:active,
&:focus,
&:hover {