UI: use tertiary color to generate topic progress bg

This commit is contained in:
Sam 2015-02-06 17:56:45 +11:00
parent ab25ddcc3b
commit 0e93bae310
2 changed files with 2 additions and 2 deletions

View File

@ -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($success, $secondary, 60%, -35%), 30%);
background-color: desaturate(dark-light-diff($tertiary, $secondary, 90%, -65%), 20%);
transition: width .75s;
}

View File

@ -140,7 +140,7 @@
bottom: 0;
width: 0;
border-right: 1px solid scale-color($success, $lightness: 50%);
background-color: scale-color($success, $lightness: 50%);
background-color: desaturate(dark-light-diff($tertiary, $secondary, 90%, -65%), 20%);
}
}