From 5dd60d55117787d9237d60c5ddb0df4ea084bd6f Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 9 Jun 2020 10:41:57 +0800 Subject: [PATCH] UX: anon solved label color should match logged in button --- assets/stylesheets/solutions.scss | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index 5f5430e..4eb632c 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -22,14 +22,22 @@ $solved-color: green; margin-left: 7px; } } +} +.post-controls .extra-buttons { + // anon text + .accepted-text { + .d-icon, + .accepted-label { + color: $solved-color; + } + } + + // logged in button .accepted { .d-icon, .d-button-label { color: $solved-color; - .discourse-no-touch & { - color: $solved-color; - } } } }