Restyle links on admin page, software page (#6254)

This commit is contained in:
gillespi314
2022-06-16 14:08:12 -05:00
committed by GitHub
parent 03d7784beb
commit 7413ab45d5
2 changed files with 7 additions and 0 deletions
@@ -44,6 +44,7 @@
a {
color: $core-fleet-black;
font-weight: $regular;
text-decoration: none;
cursor: pointer;
@@ -223,6 +223,12 @@
tbody {
.name__cell {
width: $col-md;
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.version__cell {
width: 0;