Restyle links on admin page, software page (#6254)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user