From 4e97e763a934ed04f76f3d3eb4fb82dd348a286d Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 6 Jul 2020 12:35:44 -0700 Subject: [PATCH] forum action dropdown styling in dark theme --- app/assets/stylesheets/dark-mode.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/dark-mode.scss b/app/assets/stylesheets/dark-mode.scss index f9071dcc..a6357aa5 100644 --- a/app/assets/stylesheets/dark-mode.scss +++ b/app/assets/stylesheets/dark-mode.scss @@ -115,6 +115,14 @@ body { color: white; } + .thredded--post--dropdown--actions--item { + color: black; + + &:hover { + color: white; + } + } + .thredded--form.thredded--navigation--search.thredded--navigation--search-topics input { background-color: #2196F3; }