Disable gradient normalization in profile; add legend

This commit is contained in:
alexcojocaru 2024-02-25 15:45:59 -08:00 committed by Gautier P
parent 135340781d
commit 12dc322a54
4 changed files with 218 additions and 50 deletions

View file

@ -970,12 +970,8 @@ table.dataTable.display tbody tr:hover.selected {
/*
* Heightgraph customizations;
* since the legend and the gradient types are in the way, hide them;
* since there's only the gradient layer, hide the layer selector.
*/
.legend-hover {
display: none;
}
#selectionText {
display: none;
}