@navikt/ds-css 6.1.0 → 6.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/link.css CHANGED
@@ -20,7 +20,6 @@
20
20
 
21
21
  .navds-link:hover {
22
22
  text-decoration: none;
23
- color: var(--ac-link-hover-text, var(--a-text-action-hover));
24
23
  }
25
24
 
26
25
  .navds-link.navds-link--remove-underline {
package/modal.css CHANGED
@@ -146,7 +146,7 @@
146
146
 
147
147
  @keyframes akselModalFadeIn {
148
148
  from {
149
- opacity: 0;
149
+ opacity: 0.0001; /* Safari will not set focus inside the modal when it opens if we set this to 0 */
150
150
  transform: translate3d(0, calc(5% + 4px), 0);
151
151
  }
152
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^6.1.0",
30
+ "@navikt/ds-tokens": "^6.1.1",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",
package/tokens.json CHANGED
@@ -174,7 +174,6 @@
174
174
  },
175
175
  "link": {
176
176
  "--ac-link-text": "--a-text-action",
177
- "--ac-link-hover-text": "--a-text-action-hover",
178
177
  "--ac-link-focus-text": "--a-text-on-action",
179
178
  "--ac-link-focus-bg": "--a-border-focus",
180
179
  "--ac-link-focus-border": "--a-border-focus",