From dea05e60418afd185548f59d83feece14c7e21bb Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 6 Feb 2015 18:31:10 +1100 Subject: [PATCH] Revert "UI: use tertiary color to generate topic progress bg" This reverts commit 0e93bae31012f677b9098ee85ef558f73dee4a97. --- app/assets/stylesheets/desktop/topic.scss | 2 +- app/assets/stylesheets/mobile/topic.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 01634e60988..e17e9fa2e3f 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -203,7 +203,7 @@ a:hover.reply-new { bottom: 0; width: 0; border-right: 1px solid scale-color-diff(); - background-color: desaturate(dark-light-diff($tertiary, $secondary, 90%, -65%), 20%); + background-color: desaturate(dark-light-diff($success, $secondary, 60%, -35%), 30%); transition: width .75s; } diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 1c1ee4bf898..70812a772f7 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -140,7 +140,7 @@ bottom: 0; width: 0; border-right: 1px solid scale-color($success, $lightness: 50%); - background-color: desaturate(dark-light-diff($tertiary, $secondary, 90%, -65%), 20%); + background-color: scale-color($success, $lightness: 50%); } }