summaryrefslogtreecommitdiffstats
path: root/src/components/EntityPicker/EntityBubble.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EntityPicker/EntityBubble.vue')
-rw-r--r--src/components/EntityPicker/EntityBubble.vue25
1 files changed, 15 insertions, 10 deletions
diff --git a/src/components/EntityPicker/EntityBubble.vue b/src/components/EntityPicker/EntityBubble.vue
index 0394d9c2..bcc7705f 100644
--- a/src/components/EntityPicker/EntityBubble.vue
+++ b/src/components/EntityPicker/EntityBubble.vue
@@ -92,17 +92,22 @@ export default {
background-color: var(--color-primary-light);
}
-.entity-picker__bubble-delete {
- display: block;
- height: 100%;
- // squeeze in the border radius
- margin-right: -4px;
- opacity: .7;
+.entity-picker__bubble {
+ // Add space between bubbles
+ margin-right: 4px;
- &:hover,
- &:active,
- &:focus {
- opacity: 1;
+ &-delete {
+ display: block;
+ height: 100%;
+ // squeeze in the border radius
+ margin-right: -4px;
+ opacity: .7;
+
+ &:hover,
+ &:active,
+ &:focus {
+ opacity: 1;
+ }
}
}