itizawa 6 лет назад
Родитель
Сommit
de00d8fd28
2 измененных файлов с 1 добавлено и 4 удалено
  1. 0 3
      src/client/styles/scss/_search.scss
  2. 1 1
      src/client/styles/scss/_vendor.scss

+ 0 - 3
src/client/styles/scss/_search.scss

@@ -1,8 +1,5 @@
 @import 'layout_variable';
 @import 'layout_variable';
 
 
-// import react-bootstrap-typeahead
-@import '~react-bootstrap-typeahead/css/Typeahead';
-
 .search-listpage-icon {
 .search-listpage-icon {
   font-size: 16px;
   font-size: 16px;
   color: #999;
   color: #999;

+ 1 - 1
src/client/styles/scss/_vendor.scss

@@ -2,7 +2,7 @@
 @import '~bootstrap/scss/bootstrap';
 @import '~bootstrap/scss/bootstrap';
 
 
 // import react-bootstrap-typeahead
 // import react-bootstrap-typeahead
-@import '~react-bootstrap-typeahead/css/Typeahead-bs4';
+@import '~react-bootstrap-typeahead/css/Typeahead';
 
 
 // import toastr styles
 // import toastr styles
 @import '~toastr/build/toastr';
 @import '~toastr/build/toastr';