From 4a3db716921b2e290011b1bc33d0f19e2e8f2d55 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Fri, 19 May 2017 22:21:34 +0900 Subject: Remove react-autosuggest (#3140) react-autosuggest is added from c49f6290eb9c93720bd5407f4320bb0fd6c96ed9 Dependence removed from b27066e154c8c2da57f23bf659907bacd37ce4da --- app/javascript/styles/components.scss | 38 ----------------------------------- 1 file changed, 38 deletions(-) (limited to 'app/javascript') 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; -- cgit