mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
more pastel (desaturated) progress bar
This commit is contained in:
parent
545d5b4906
commit
4904eeaa67
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ a:hover.reply-new {
|
|||
bottom: 0;
|
||||
width: 0;
|
||||
border-right: 1px solid scale-color-diff();
|
||||
background-color: dark-light-diff($success, $secondary, 50%, -35%);
|
||||
background-color: desaturate(dark-light-diff($success, $secondary, 60%, -35%), 30%);
|
||||
transition: width .75s;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue