@oslokommune/punkt-css 6.0.1 → 6.0.2

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.
@@ -33,7 +33,7 @@ strong {
33
33
  }
34
34
 
35
35
  a,
36
- .pkt-link {
36
+ .pkt-link-button {
37
37
  // Order of pseudoclasses is important for specificity:
38
38
  // link, visited, hover, focus, active
39
39
  // but we don't use visited, so we can skip :link
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "10efdb492b7e84d8339e19a74358c02b940a6bb7"
58
+ "gitHead": "14462523c7ccc5258e177d7d3b6503e249b82628"
59
59
  }