From 5617d9e7aa53fb754458dd921889c0cf14cacc72 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 29 Oct 2020 17:22:44 +1100 Subject: [PATCH] fix dark theme for context menu --- stylesheets/_session.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index c8c9700f4..85d522e5c 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -757,6 +757,16 @@ label { z-index: 3; min-width: 200px; box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; + @include themify($themes) { + background: themed('cellBackground'); + } + .react-contexify__item { + @include themify($themes) { + background: themed('cellBackground'); + } + } + + .react-contexify__item:not(.react-contexify__item--disabled):hover > .react-contexify__item__content { @@ -767,6 +777,9 @@ label { } .react-contexify__item__content { transition: $session-transition-duration; + @include themify($themes) { + color: themed('textColor'); + } } &.react-contexify__submenu {