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; - } } } }