mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-17674] Solve deprecation warning in the theme creation (#9247)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
@function multiply($fore, $back) {
|
||||
$red: math.div(color.red($back) * color.red($fore), 255);
|
||||
$green: math.div(color.green($back) * color.green($fore), 255);
|
||||
$blue: math.div(color.blue($back) * color.blue($fore), 255)
|
||||
$blue: math.div(color.blue($back) * color.blue($fore), 255);
|
||||
|
||||
@return rgb($red, $green, $blue);
|
||||
}
|
||||
|
Reference in New Issue
Block a user