diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-24 00:36:32 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-24 00:36:32 +0200 |
| commit | b96993e4dd6b2d9197b430af404e8fa652888b51 (patch) | |
| tree | f8a00c86f05567bf22e8faa25a97453184b2a024 /src/components/emoji_picker | |
| parent | 53576df72aff5405ab30764e5cfcf2162bde37bc (diff) | |
improved selectedMenu again
Diffstat (limited to 'src/components/emoji_picker')
| -rw-r--r-- | src/components/emoji_picker/emoji_picker.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/emoji_picker/emoji_picker.scss b/src/components/emoji_picker/emoji_picker.scss index 6608f393..8bd07e45 100644 --- a/src/components/emoji_picker/emoji_picker.scss +++ b/src/components/emoji_picker/emoji_picker.scss @@ -8,6 +8,15 @@ left: 0; margin: 0 !important; z-index: 1; + background-color: $fallback--bg; + background-color: var(--popover, $fallback--bg); + color: $fallback--link; + color: var(--popoverText, $fallback--link); + --lightText: var(--popoverLightText, $fallback--faint); + --faint: var(--popoverFaintText, $fallback--faint); + --faintLink: var(--popoverFaintLink, $fallback--faint); + --lightText: var(--popoverLightText, $fallback--lightText); + --icon: var(--popoverIcon, $fallback--icon); .keep-open, .too-many-emoji { |
