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",