about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-05-19 22:21:34 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-19 15:21:34 +0200
commit4a3db716921b2e290011b1bc33d0f19e2e8f2d55 (patch)
tree12008edb8e2b83df7fabf7c03db451c3fbe8e196 /app
parentdc559d6b7aaeff4a68ecc5db0007483a894494b6 (diff)
Remove react-autosuggest (#3140)
react-autosuggest is added from c49f6290eb9c93720bd5407f4320bb0fd6c96ed9

Dependence removed from b27066e154c8c2da57f23bf659907bacd37ce4da
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss38
1 files changed, 0 insertions, 38 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index f639ca8d4..a6771cce0 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -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;