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,18 +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: #c7c2e5;
|
||||
--Component-Button-Brand-Secondary-Border-Hover-inverted: #908197;
|
||||
--Component-Button-Brand-Secondary-On-fill-Hover-inverted: #bbb2bf;
|
||||
--Component-Button-Brand-Tertiary-Fill-Hover: #402a4b;
|
||||
--Component-Button-Inverted-Fill-Hover: #e6e5e5;
|
||||
--Component-Button-Inverted-On-fill-Hover: #402a4b;
|
||||
--Component-Button-Muted-Fill-Hover-inverted: #f2f2f2;
|
||||
--Component-Button-Muted-Fill-Hover: #ffffff;
|
||||
--Font-family-Scandic-Go-Body: 'Fira sans';
|
||||
--Font-family-Scandic-Go-Decorative: 'ITC Garamond Std';
|
||||
--Font-family-Scandic-Go-Title: 'Neue Haas Grotesk Display Pro';
|
||||
--Icon-Interactive-Inverted-Hover: #bbb2bf;
|
||||
--Label-Font-fallback: sans-serif;
|
||||
--Label-Letter-spacing: 0.17px;
|
||||
--Link-md-Font-fallback: sans-serif;
|
||||
@@ -83,15 +74,9 @@
|
||||
--Scandic-Go-Yellow-70: #966400;
|
||||
--Scandic-Go-Yellow-80: #754403;
|
||||
--Scandic-Go-Yellow-90: #572701;
|
||||
--Surface-Primary-Hover-Light: #e6e5e5;
|
||||
--Surface-Primary-Hover: #f2f2f2;
|
||||
--Surface-Secondary-Hover: #e4e1d9;
|
||||
--Surface-UI-Fill-Active-Hover: #e6e5e5;
|
||||
--Tag-Font-fallback: sans-serif;
|
||||
--Tag-Letter-spacing: 0.24px;
|
||||
--Tag-Text-Transform: none;
|
||||
--Text-Brand-OnPrimary-1-Hover: #ffffff;
|
||||
--Text-Interactive-Inverted-Hover: #bbb2bf;
|
||||
--Title-Decorative-lg-Font-fallback: Serif;
|
||||
--Title-Decorative-lg-Letter-spacing: 0.32px;
|
||||
--Title-Decorative-lg-Text-Transform: none;
|
||||
@@ -171,6 +156,7 @@
|
||||
--Component-Button-Brand-Primary-Fill-Disabled: var(
|
||||
--Neutral-Opacity-Black-10
|
||||
);
|
||||
--Component-Button-Brand-Primary-Fill-Hover: var(--Neutral-Opacity-Black-10);
|
||||
--Component-Button-Brand-Primary-On-fill-Default: var(
|
||||
--Scandic-Go-Purple-100
|
||||
);
|
||||
@@ -182,6 +168,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(--Scandic-Go-Purple-80);
|
||||
--Component-Button-Brand-Secondary-Border-Inverted: var(
|
||||
--Neutral-Opacity-White-100
|
||||
@@ -203,6 +192,9 @@
|
||||
--Scandic-Go-Purple-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(--Scandic-Go-Purple-80);
|
||||
--Component-Button-Brand-Secondary-On-fill-Inverted: var(
|
||||
--Neutral-Opacity-White-100
|
||||
@@ -220,6 +212,7 @@
|
||||
--Component-Button-Brand-Tertiary-Fill-Disabled: var(
|
||||
--Neutral-Opacity-Black-10
|
||||
);
|
||||
--Component-Button-Brand-Tertiary-Fill-Hover: var(--Neutral-Opacity-White-10);
|
||||
--Component-Button-Brand-Tertiary-On-fill-Default: var(
|
||||
--Neutral-Opacity-White-100
|
||||
);
|
||||
@@ -234,17 +227,21 @@
|
||||
--Component-Button-Inverted-Fill-Disabled: var(--Neutral-Opacity-Black-10);
|
||||
--Component-Button-Inverted-Fill-Faded: var(--Neutral-Opacity-White-90);
|
||||
--Component-Button-Inverted-Fill-Hover-Inverted: var(--Scandic-Go-Purple-10);
|
||||
--Component-Button-Inverted-Fill-Hover: var(--Neutral-Opacity-Black-10);
|
||||
--Component-Button-Inverted-On-fill-Default: var(--Scandic-Go-Purple-100);
|
||||
--Component-Button-Inverted-On-fill-Disabled: var(--Neutral-40);
|
||||
--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-0);
|
||||
--Component-Button-Muted-Border-Disable: var(--Neutral-Opacity-White-0);
|
||||
--Component-Button-Muted-Border-Hover: var(--Neutral-Opacity-White-0);
|
||||
--Component-Button-Muted-Fill-Default: var(--Neutral-Opacity-White-100);
|
||||
--Component-Button-Muted-Fill-Disabled-inverted: var(--Neutral-20);
|
||||
--Component-Button-Muted-Fill-Disabled: var(--Neutral-Opacity-White-10);
|
||||
--Component-Button-Muted-Fill-Hover-inverted: var(--Neutral-Opacity-Black-5);
|
||||
--Component-Button-Muted-Fill-Hover: var(--Neutral-Opacity-White-5);
|
||||
--Component-Button-Muted-On-fill-Default: var(--Neutral-90);
|
||||
--Component-Button-Muted-On-fill-Disabled: var(--Neutral-40);
|
||||
--Component-Button-Muted-On-fill-Hover-Inverted: var(--Scandic-Go-Purple-80);
|
||||
@@ -260,6 +257,7 @@
|
||||
--Icon-Interactive-Accent: var(--Scandic-Go-Purple-80);
|
||||
--Icon-Interactive-Default: var(--Scandic-Go-Purple-100);
|
||||
--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(--Scandic-Go-Purple-80);
|
||||
--Icon-Inverted: var(--Neutral-Opacity-White-100);
|
||||
@@ -314,9 +312,13 @@
|
||||
--Surface-Primary-Default: var(--Neutral-Opacity-White-100);
|
||||
--Surface-Primary-Disabled: var(--Neutral-Opacity-Black-10);
|
||||
--Surface-Primary-Hover-Accent: var(--Scandic-Go-Purple-10);
|
||||
--Surface-Primary-Hover-Light: var(--Neutral-Opacity-Black-10);
|
||||
--Surface-Primary-Hover: var(--Neutral-Opacity-Black-5);
|
||||
--Surface-Primary-OnSurface-Default: var(--Scandic-Go-Beige-0);
|
||||
--Surface-Secondary-Default: var(--Scandic-Go-Beige-10);
|
||||
--Surface-Secondary-Hover: var(--Neutral-Opacity-Black-5);
|
||||
--Surface-Secondary-Subtle: var(--Scandic-Go-Beige-20);
|
||||
--Surface-UI-Fill-Active-Hover: var(--Neutral-Opacity-Black-10);
|
||||
--Surface-UI-Fill-Active: var(--Neutral-80);
|
||||
--Surface-UI-Fill-Default: var(--Neutral-Opacity-White-100);
|
||||
--Surface-UI-Fill-Disabled: var(--Neutral-15);
|
||||
@@ -332,6 +334,7 @@
|
||||
--Text-Brand-OnPrimary-1-Accent: var(--Scandic-Go-Purple-10);
|
||||
--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(--Scandic-Go-Purple-10);
|
||||
--Text-Brand-OnPrimary-2-Default: var(--Neutral-Opacity-White-100);
|
||||
--Text-Brand-OnPrimary-2-Heading: var(--Neutral-Opacity-White-100);
|
||||
@@ -350,6 +353,7 @@
|
||||
--Text-Interactive-Error: var(--Scandic-Red-70);
|
||||
--Text-Interactive-Focus: var(--Neutral-80);
|
||||
--Text-Interactive-Hover: var(--Scandic-Go-Purple-80);
|
||||
--Text-Interactive-Inverted-Hover: var(--Neutral-Opacity-White-70);
|
||||
--Text-Interactive-Placeholder: var(--Neutral-50);
|
||||
--Text-Interactive-Secondary-Hover: var(--Scandic-Go-Purple-100);
|
||||
--Text-Interactive-Secondary: var(--Scandic-Go-Purple-80);
|
||||
|
||||
Reference in New Issue
Block a user