fix(BOOK-622): Removed blending step for hover colors and respect original values from design system instead
Approved-by: Linus Flood
This commit is contained in:
@@ -13,17 +13,9 @@
|
||||
--Body-Underline-sm-Font-fallback: sans-serif;
|
||||
--Body-Underline-sm-Letter-spacing: 0.2px;
|
||||
--Body-Underline-sm-Text-Decoration: underline;
|
||||
--Component-Button-Brand-Primary-Fill-Hover: #51262b;
|
||||
--Component-Button-Brand-Secondary-Border-Hover-inverted: #9d8081;
|
||||
--Component-Button-Brand-Secondary-On-fill-Hover-inverted: #c3b1b2;
|
||||
--Component-Button-Brand-Tertiary-Fill-Hover: #1a54e7;
|
||||
--Component-Button-Inverted-Fill-Hover: #e6e5e5;
|
||||
--Component-Button-Inverted-On-fill-Hover: #51262b;
|
||||
--Component-Button-Muted-Border-Hover: #ffffff30;
|
||||
--Font-family-Marski-Body: 'Fira sans';
|
||||
--Font-family-Marski-Decorative: 'Helvetica Neue';
|
||||
--Font-family-Marski-Title: 'Helvetica Neue';
|
||||
--Icon-Interactive-Inverted-Hover: #b6bdc2;
|
||||
--Label-Font-fallback: sans-serif;
|
||||
--Label-Letter-spacing: 0.17px;
|
||||
--Link-md-Font-fallback: sans-serif;
|
||||
@@ -80,14 +72,9 @@
|
||||
--Surface-Brand-Primary-1-OnSurface-Accent-Secondary: #ffffff;
|
||||
--Surface-Brand-Primary-1-OnSurface-Accent: #ffffff;
|
||||
--Surface-Brand-Primary-1-OnSurface-Default: #ffffff;
|
||||
--Surface-Primary-Hover-Light: #e6e5e5;
|
||||
--Surface-Primary-Hover: #f2f2f2;
|
||||
--Surface-Secondary-Hover: #e0e2e3;
|
||||
--Tag-Font-fallback: sans-serif;
|
||||
--Tag-Letter-spacing: 0.18px;
|
||||
--Tag-Text-Transform: none;
|
||||
--Text-Brand-OnPrimary-1-Hover: #ffffff;
|
||||
--Text-Interactive-Inverted-Hover: #b2b9be;
|
||||
--Title-Decorative-lg-Font-fallback: sans-serif;
|
||||
--Title-Decorative-lg-Letter-spacing: 0.1px;
|
||||
--Title-Decorative-lg-Text-Transform: uppercase;
|
||||
@@ -171,6 +158,7 @@
|
||||
--Component-Button-Brand-Primary-Fill-Disabled: var(
|
||||
--Neutral-Opacity-Black-10
|
||||
);
|
||||
--Component-Button-Brand-Primary-Fill-Hover: var(--Neutral-Opacity-White-10);
|
||||
--Component-Button-Brand-Primary-On-fill-Default: var(
|
||||
--Neutral-Opacity-White-100
|
||||
);
|
||||
@@ -184,6 +172,9 @@
|
||||
--Component-Button-Brand-Secondary-Border-Disabled: var(
|
||||
--Neutral-Opacity-Black-10
|
||||
);
|
||||
--Component-Button-Brand-Secondary-Border-Hover-inverted: var(
|
||||
--Neutral-Opacity-White-50
|
||||
);
|
||||
--Component-Button-Brand-Secondary-Border-Hover: var(
|
||||
--Signature-Marski-Aubergine-80
|
||||
);
|
||||
@@ -207,6 +198,9 @@
|
||||
--Signature-Marski-Aubergine-100
|
||||
);
|
||||
--Component-Button-Brand-Secondary-On-fill-Disabled: var(--Neutral-40);
|
||||
--Component-Button-Brand-Secondary-On-fill-Hover-inverted: var(
|
||||
--Neutral-Opacity-White-70
|
||||
);
|
||||
--Component-Button-Brand-Secondary-On-fill-Hover: var(
|
||||
--Signature-Marski-Aubergine-80
|
||||
);
|
||||
@@ -228,6 +222,7 @@
|
||||
--Component-Button-Brand-Tertiary-Fill-Disabled: var(
|
||||
--Neutral-Opacity-Black-10
|
||||
);
|
||||
--Component-Button-Brand-Tertiary-Fill-Hover: var(--Neutral-Opacity-Black-5);
|
||||
--Component-Button-Brand-Tertiary-On-fill-Default: var(
|
||||
--Neutral-Opacity-White-100
|
||||
);
|
||||
@@ -244,6 +239,7 @@
|
||||
--Component-Button-Inverted-Fill-Hover-Inverted: var(
|
||||
--Signature-Marski-Aubergine-100
|
||||
);
|
||||
--Component-Button-Inverted-Fill-Hover: var(--Neutral-Opacity-Black-10);
|
||||
--Component-Button-Inverted-On-fill-Default: var(
|
||||
--Signature-Marski-Aubergine-100
|
||||
);
|
||||
@@ -251,8 +247,10 @@
|
||||
--Component-Button-Inverted-On-fill-Hover-inverted: var(
|
||||
--Neutral-Opacity-White-100
|
||||
);
|
||||
--Component-Button-Inverted-On-fill-Hover: var(--Neutral-Opacity-White-10);
|
||||
--Component-Button-Muted-Border-Default: var(--Neutral-Opacity-White-10);
|
||||
--Component-Button-Muted-Border-Disable: var(--Neutral-Opacity-White-10);
|
||||
--Component-Button-Muted-Border-Hover: var(--Neutral-Opacity-White-10);
|
||||
--Component-Button-Muted-Fill-Default: var(--Neutral-Opacity-White-0);
|
||||
--Component-Button-Muted-Fill-Disabled-inverted: var(--Neutral-20);
|
||||
--Component-Button-Muted-Fill-Disabled: var(--Neutral-Opacity-White-100);
|
||||
@@ -275,6 +273,7 @@
|
||||
--Icon-Interactive-Accent: var(--Signature-Marski-Blue-ribbon-70);
|
||||
--Icon-Interactive-Default: var(--Signature-Marski-Elephant-90);
|
||||
--Icon-Interactive-Disabled: var(--Neutral-30);
|
||||
--Icon-Interactive-Inverted-Hover: var(--Neutral-Opacity-White-70);
|
||||
--Icon-Interactive-Placeholder: var(--Neutral-50);
|
||||
--Icon-Interactive-Secondary: var(--Signature-Marski-Blue-ribbon-70);
|
||||
--Icon-Inverted: var(--Neutral-Opacity-White-100);
|
||||
@@ -329,8 +328,11 @@
|
||||
--Surface-Primary-Default: var(--Neutral-Opacity-White-100);
|
||||
--Surface-Primary-Disabled: var(--Neutral-Opacity-Black-10);
|
||||
--Surface-Primary-Hover-Accent: var(--Neutral-15);
|
||||
--Surface-Primary-Hover-Light: var(--Neutral-Opacity-Black-10);
|
||||
--Surface-Primary-Hover: var(--Neutral-Opacity-Black-5);
|
||||
--Surface-Primary-OnSurface-Default: var(--Signature-Marski-Elephant-0);
|
||||
--Surface-Secondary-Default: var(--Signature-Marski-Elephant-10);
|
||||
--Surface-Secondary-Hover: var(--Neutral-Opacity-Black-5);
|
||||
--Surface-Secondary-Subtle: var(--Signature-Marski-Elephant-20);
|
||||
--Surface-UI-Fill-Active-Hover: var(--Neutral-Opacity-White-100);
|
||||
--Surface-UI-Fill-Active: var(--Neutral-80);
|
||||
@@ -348,6 +350,7 @@
|
||||
--Text-Brand-OnPrimary-1-Accent: var(--Signature-Marski-Blue-ribbon-50);
|
||||
--Text-Brand-OnPrimary-1-Default: var(--Neutral-Opacity-White-100);
|
||||
--Text-Brand-OnPrimary-1-Heading: var(--Neutral-Opacity-White-100);
|
||||
--Text-Brand-OnPrimary-1-Hover: var(--Neutral-Opacity-White-70);
|
||||
--Text-Brand-OnPrimary-2-Accent: var(--Signature-Marski-Torch-red-50);
|
||||
--Text-Brand-OnPrimary-2-Default: var(--Neutral-Opacity-White-100);
|
||||
--Text-Brand-OnPrimary-2-Heading: var(--Neutral-Opacity-White-100);
|
||||
@@ -366,6 +369,7 @@
|
||||
--Text-Interactive-Error: var(--Scandic-Red-70);
|
||||
--Text-Interactive-Focus: var(--Neutral-80);
|
||||
--Text-Interactive-Hover: var(--Signature-Marski-Elephant-80);
|
||||
--Text-Interactive-Inverted-Hover: var(--Neutral-Opacity-White-70);
|
||||
--Text-Interactive-Placeholder: var(--Neutral-50);
|
||||
--Text-Interactive-Secondary-Hover: var(--Signature-Marski-Blue-ribbon-90);
|
||||
--Text-Interactive-Secondary: var(--Signature-Marski-Blue-ribbon-70);
|
||||
|
||||
Reference in New Issue
Block a user