From 9632aeae1a8183e354ec211e8095633c20b14ea7 Mon Sep 17 00:00:00 2001 From: Chaeril M <1352081+ChaerilM@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:18:00 +0700 Subject: [PATCH] Update jquery.typeahead.scss fix sass div error on newer sass --- src/jquery.typeahead.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.typeahead.scss b/src/jquery.typeahead.scss index 477ab3b..7bc7b42 100644 --- a/src/jquery.typeahead.scss +++ b/src/jquery.typeahead.scss @@ -546,7 +546,7 @@ $typeahead-label-background: lighten($typeahead-primary-color, 30%) !default; content: ""; top: 50%; right: 0.55em; - margin-top: -($typeahead-loading-size / 2); + margin-top: calc(-$typeahead-loading-size / 2); width: $typeahead-loading-size; height: $typeahead-loading-size; box-sizing: border-box;