aboutsummaryrefslogtreecommitdiff
path: root/src/components/autosuggest
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-13 00:33:04 +0200
committerHenry Jameson <me@hjkos.com>2020-01-13 00:33:04 +0200
commit8f63bbb64fa2860e73d8562de9d6c62629a8668f (patch)
treeee2066f48a630f1d067bcd4d245fb32f25960fe7 /src/components/autosuggest
parent40ba3e225209539639b65c2f636fa1b5af9861ff (diff)
poll slot renamed, lightBg customization implemented
Diffstat (limited to 'src/components/autosuggest')
-rw-r--r--src/components/autosuggest/autosuggest.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/autosuggest/autosuggest.vue b/src/components/autosuggest/autosuggest.vue
index 1f86e996..f283ab82 100644
--- a/src/components/autosuggest/autosuggest.vue
+++ b/src/components/autosuggest/autosuggest.vue
@@ -40,8 +40,8 @@
top: 100%;
right: 0;
max-height: 400px;
- background-color: $fallback--lightBg;
- background-color: var(--lightBg, $fallback--lightBg);
+ background-color: $fallback--bg;
+ background-color: var(--bg, $fallback--bg);
border-style: solid;
border-width: 1px;
border-color: $fallback--border;