Hide analyze button if corpus is not ready for this

This commit is contained in:
Patrick Jentsch
2020-04-15 10:32:21 +02:00
parent 9578a12f42
commit 338e760bfb
3 changed files with 7 additions and 1 deletions

View File

@ -74,6 +74,9 @@ indicator will show up how the column is sorted right now.; */
}
/* styles for resource lists */
.analyse-link[href=""] {
display: none;
}
.service[data-service]:before {
content: "help";
}