summaryrefslogtreecommitdiffstats
path: root/src/components/EntityPicker/EntitySearchResult.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EntityPicker/EntitySearchResult.vue')
-rw-r--r--src/components/EntityPicker/EntitySearchResult.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/EntityPicker/EntitySearchResult.vue b/src/components/EntityPicker/EntitySearchResult.vue
index 498471e9..cdc4e35c 100644
--- a/src/components/EntityPicker/EntitySearchResult.vue
+++ b/src/components/EntityPicker/EntitySearchResult.vue
@@ -128,7 +128,7 @@ $icon-margin: math.div($clickable-area - $icon-size, 2);
&--selected,
&:hover,
&:focus {
- ::v-deep .user-bubble__content {
+ :deep(.user-bubble__content) {
// better visual with light default tint
background-color: var(--color-primary-element-light);
}
@@ -136,7 +136,7 @@ $icon-margin: math.div($clickable-area - $icon-size, 2);
}
}
-::v-deep .user-bubble__content {
+:deep(.user-bubble__content){
// Take full width
width: 100%;
// Override default styling