@defra/forms-engine-plugin 4.0.5 → 4.0.6

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.
@@ -12,9 +12,3 @@
12
12
  .govuk-header__container {
13
13
  border-bottom: 10px solid #003d16;
14
14
  }
15
-
16
- @media print {
17
- .govuk-link[href]::after {
18
- content: none;
19
- }
20
- }
@@ -24,3 +24,10 @@
24
24
  background-color: transparent;
25
25
  @include govuk-font($size: 19);
26
26
  }
27
+
28
+ // Hide urls for hyperlinks when in print mode
29
+ @media print {
30
+ .govuk-link[href]::after {
31
+ content: none;
32
+ }
33
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra/forms-engine-plugin",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "Defra forms engine",
5
5
  "type": "module",
6
6
  "files": [
@@ -12,9 +12,3 @@
12
12
  .govuk-header__container {
13
13
  border-bottom: 10px solid #003d16;
14
14
  }
15
-
16
- @media print {
17
- .govuk-link[href]::after {
18
- content: none;
19
- }
20
- }
@@ -24,3 +24,10 @@
24
24
  background-color: transparent;
25
25
  @include govuk-font($size: 19);
26
26
  }
27
+
28
+ // Hide urls for hyperlinks when in print mode
29
+ @media print {
30
+ .govuk-link[href]::after {
31
+ content: none;
32
+ }
33
+ }