mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Refactor scale-color() usage in SCSS
This commit is contained in:
@@ -152,10 +152,7 @@ input {
|
||||
}
|
||||
|
||||
&.invalid {
|
||||
background-color: dark-light-choose(
|
||||
$danger-low,
|
||||
scale-color($danger, $lightness: -60%)
|
||||
);
|
||||
background-color: $danger-low;
|
||||
}
|
||||
|
||||
.radio &[type="radio"],
|
||||
|
||||
Reference in New Issue
Block a user