From 1932e761b7c8dfa5401358d40867c2e045bdd1e1 Mon Sep 17 00:00:00 2001 From: Brandon Ferrua Date: Fri, 19 Jan 2018 15:04:00 -0800 Subject: [PATCH] chore(path): Backport tokens (#3034) --- ui/components/path/tokens/background-color.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/components/path/tokens/background-color.yml b/ui/components/path/tokens/background-color.yml index 5c364113b6..8d743db546 100644 --- a/ui/components/path/tokens/background-color.yml +++ b/ui/components/path/tokens/background-color.yml @@ -18,6 +18,15 @@ props: COLOR_BACKGROUND_PATH_ACTIVE: value: '{!DEEP_COVE}' comment: The background color for Salespath stages that are complete. + COLOR_BACKGROUND_PATH_ACTIVE_HOVER: + value: '{!BISCAY}' + comment: The hovered background color for Salespath stages that are complete. + COLOR_BACKGROUND_PATH_STEP_ACTION_ACTIVE: + value: '{!DEEP_COVE}' + comment: The background color for the step action arrow that are the active stage + COLOR_BACKGROUND_PATH_STEP_ACTION_CURRENT: + value: '{!SCIENCE_BLUE}' + comment: The background color for the step action arrow that are the current stage COLOR_BACKGROUND_PATH_CURRENT: value: '{!SCIENCE_BLUE}' comment: The background color for Salespath stages that are the current stage.