fix: Ensure that links show up

This commit is contained in:
Felix Rieseberg 2019-11-22 18:06:58 -08:00
parent e7d515de84
commit 3b76a39060
2 changed files with 15 additions and 6 deletions

View file

@ -100,4 +100,18 @@ section {
input[type=submit]:focus:before {
border-color: #dedede grey grey #dedede;
}
.card {
// Fix link colors
.link, .link:active, .link:link, .link:visited, a, a:active, a:link, a:visited {
color: #008080;
text-decoration: underline;
cursor: pointer;
}
// Ensure a-elements in fieldsets receive click events
fieldset:before {
pointer-events: none;
}
}
}

View file

@ -56,12 +56,7 @@ export class CardDrive extends React.Component<CardDriveProps, CardDriveState> {
can). However, tools exist that let you mount this drive, like the
freeware tool{" "}
<a
href="#"
onClick={() =>
shell.openExternal(
"https://www.osforensics.com/tools/mount-disk-images.html"
)
}
href="https://google.com"
>
OSFMount
</a>