diff --git a/src/components/annotations.vue b/src/components/annotations.vue
index 4d1d3dd5043b16a4f9311a7158c574fe00fc5652..a166b03fc42bf2d71199c66680369b114eb5b0ba 100644
--- a/src/components/annotations.vue
+++ b/src/components/annotations.vue
@@ -5,7 +5,7 @@
>
-
+
Show / hide data types
@@ -19,23 +19,18 @@
:label="type.label"
size="lg"
:val="type.value"
+ color="accent"
/>
-
+
- List of annotations
-
- {{ items.length }}
-
+ List of annotations ({{ items.length }})
@@ -56,7 +51,12 @@
overline
@click="highlightEntity(annotation.id, annotation.contenttype)"
>
- {{ annotation.text }} ({{ annotation.comment }})
+
+ {{ annotation.text }}
+
+
+ ({{ annotation.comment }})
+
@@ -83,20 +83,27 @@
-
-
{{ modifier.label }}
-
-
-
-
+
+ {{ modifier.label }}
+
@@ -207,3 +214,9 @@ export default {
},
};
+
+