Added support for scanning transitive dependencies for .NET libraries (except those with unlimited set of supported TMFs).

This commit is contained in:
Šesták Vít
2018-03-07 13:59:43 +01:00
parent d87535df84
commit dcc109a729
8 changed files with 229 additions and 89 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ h3.library-identification{
vertical-align: bottom;
width: 10px;
}
.dependencies-table > tbody > tr:nth-of-type(4n+1), .dependencies-table > tbody > tr:nth-of-type(4n+2) {
.dependencies-table > tbody:hover > tr {
background-color: #f9f9f9;
}
.dependencies-table > tbody > tr.details > td {