diff --git a/src/layouts/insurance-lookup/insurance-lookup.vue b/src/layouts/insurance-lookup/insurance-lookup.vue
index 444cb0f53..7830e037d 100644
--- a/src/layouts/insurance-lookup/insurance-lookup.vue
+++ b/src/layouts/insurance-lookup/insurance-lookup.vue
@@ -142,7 +142,7 @@ export default {
let w = $(this).autocomplete("widget").find("div"),
re = new RegExp("("+this.value+")", "i");
w.html((i, html) =>
- html.replace(re, "$1")
+ html.replace(re, "$1")
);
},5);
},
@@ -185,10 +185,13 @@ ul {
border: 1px solid transparent;
border-radius: 2px;
padding-left: .25rem;
+ span {
+ font-weight: 600;
+ }
&.ui-state-active {
border: 1px solid $gray-200;
border-radius: 2px;
- font-weight: bold;
+ font-weight: 600;
}
}
}