Button: remove text-decoration when wrapped with a <Link/>
This commit is contained in:
parent
73e4d00cc2
commit
65891a904c
2 changed files with 4 additions and 0 deletions
Binary file not shown.
|
@ -37,6 +37,10 @@ button {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&__link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue