0
0
Fork 0

Remove react-autosuggest (#3140)

react-autosuggest is added from c49f6290eb

Dependence removed from b27066e154
This commit is contained in:
Yamagishi Kazutoshi 2017-05-19 22:21:34 +09:00 committed by Eugen Rochko
parent dc559d6b7a
commit 4a3db71692
3 changed files with 6 additions and 66 deletions

View file

@ -1482,44 +1482,6 @@
}
}
.react-autosuggest__container {
position: relative;
}
.react-autosuggest__suggestions-container {
position: absolute;
top: 100%;
width: 100%;
z-index: 99;
box-shadow: 0 0 15px rgba($base-shadow-color, 0.4);
}
.react-autosuggest__section-title {
background: $ui-primary-color;
padding: 4px 10px;
font-weight: 500;
cursor: default;
color: $ui-base-color;
text-transform: uppercase;
font-size: 11px;
}
.react-autosuggest__suggestions-list {
background: $ui-secondary-color;
color: $ui-base-color;
font-size: 14px;
}
.react-autosuggest__suggestion {
padding: 10px;
cursor: pointer;
}
.react-autosuggest__suggestion--focused {
background: $ui-highlight-color;
color: $primary-text-color;
}
.scrollable {
overflow-y: scroll;
overflow-x: hidden;