From 7a492adb393c5f9115bdbb5909f198571a2cc605 Mon Sep 17 00:00:00 2001 From: Halvor Haugan Date: Wed, 28 Feb 2024 14:39:34 +0100 Subject: [PATCH] Link: Fjern hover-farge --- .changeset/lemon-colts-drum.md | 5 +++++ @navikt/core/css/link.css | 1 - @navikt/core/css/tokens.json | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changeset/lemon-colts-drum.md diff --git a/.changeset/lemon-colts-drum.md b/.changeset/lemon-colts-drum.md new file mode 100644 index 0000000000..9d71905b69 --- /dev/null +++ b/.changeset/lemon-colts-drum.md @@ -0,0 +1,5 @@ +--- +"@navikt/ds-css": patch +--- + +Link: Fjern hover-farge diff --git a/@navikt/core/css/link.css b/@navikt/core/css/link.css index 755a51d7e2..b31175e0f3 100644 --- a/@navikt/core/css/link.css +++ b/@navikt/core/css/link.css @@ -20,7 +20,6 @@ .navds-link:hover { text-decoration: none; - color: var(--ac-link-hover-text, var(--a-text-action-hover)); } .navds-link.navds-link--remove-underline { diff --git a/@navikt/core/css/tokens.json b/@navikt/core/css/tokens.json index 4dc3258013..440905c2ef 100644 --- a/@navikt/core/css/tokens.json +++ b/@navikt/core/css/tokens.json @@ -174,7 +174,6 @@ }, "link": { "--ac-link-text": "--a-text-action", - "--ac-link-hover-text": "--a-text-action-hover", "--ac-link-focus-text": "--a-text-on-action", "--ac-link-focus-bg": "--a-border-focus", "--ac-link-focus-border": "--a-border-focus",