mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Revert "UI: use tertiary color to generate topic progress bg"
This reverts commit 0e93bae31012f677b9098ee85ef558f73dee4a97.
This commit is contained in:
parent
0e93bae310
commit
dea05e6041
@ -203,7 +203,7 @@ a:hover.reply-new {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
border-right: 1px solid scale-color-diff();
|
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;
|
transition: width .75s;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
border-right: 1px solid scale-color($success, $lightness: 50%);
|
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%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user