Add entity display label util function

Condense message and tooltip text for for the untagged feature issue
Use lighter border color for error issues
This commit is contained in:
Quincy Morgan
2018-12-20 14:04:15 -05:00
parent 373be68294
commit d58867df7c
7 changed files with 36 additions and 47 deletions
+1 -1
View File
@@ -2874,7 +2874,7 @@ div.full-screen > button:hover {
border-color: #FFDF5C;
}
.entity-issues .issue.severity-error {
border-color: #F5817D;
border-color: #f59c90;
}
.entity-issues .issue:not(:last-of-type) {
margin-bottom: 20px;