From 1808fb5b2bc1a2d21ddb0e4c1658df67084c30f2 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Sat, 26 Oct 2019 18:01:13 +0300 Subject: [PATCH] Pro - Stats view - Buttons are not dark-mode friendly (#4596) --- app/assets/stylesheets/dashboard.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 2e0adec4e..7ed5308db 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -656,6 +656,11 @@ } .toggles button { + @include themeable-important( + color, + theme-color, + $black + ); display: inline-block; padding: 2px 8px; margin: 8px; @@ -674,7 +679,7 @@ &.selected { background: #cfd7ff; - color: #0a0a0a; + color: #0a0a0a !important; border: 1px solid #4e57ef; box-shadow: 3px 4px 0px #4e57ef; }