Commit 603c7746 authored by Joel Collins's avatar Joel Collins
Browse files

Remove sidebar link underlining

parent c62dffbb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -85,7 +85,8 @@ export default {
  text-overflow: ellipsis;
}

.tabtitle a :hover {
  text-decoration: none;
a:hover,
.uk-link:hover {
  text-decoration: none !important;
}
</style>