diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/components.scss | 38 |
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; |