Skip to content

Commit 9632aea

Browse files
authored
Update jquery.typeahead.scss
fix sass div error on newer sass
1 parent 2ce4d0a commit 9632aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.typeahead.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ $typeahead-label-background: lighten($typeahead-primary-color, 30%) !default;
546546
content: "";
547547
top: 50%;
548548
right: 0.55em;
549-
margin-top: -($typeahead-loading-size / 2);
549+
margin-top: calc(-$typeahead-loading-size / 2);
550550
width: $typeahead-loading-size;
551551
height: $typeahead-loading-size;
552552
box-sizing: border-box;

0 commit comments

Comments
 (0)