Fix warnings

This commit is contained in:
Florian Brandel
2020-09-03 17:39:59 +02:00
committed by Bastian
parent 17baffe322
commit e93fc30016
4 changed files with 19 additions and 4 deletions

View File

@@ -15,3 +15,18 @@
margin-top: -11px;
}
}
.link-button {
background-color: transparent;
border: none;
cursor: pointer;
text-decoration: underline;
display: inline;
margin: 0;
padding: 0;
}
.link-button:hover,
.link-button:focus {
text-decoration: none;
}