@ministryofjustice/hmpps-digital-prison-reporting-frontend 3.26.13 → 3.26.15

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/dpr/all.scss CHANGED
@@ -189,11 +189,7 @@ $moj-images-path: '/moj/assets/images/';
189
189
  }
190
190
  }
191
191
 
192
- .govuk-error-message--hidden {
193
- display: none;
194
- }
195
-
196
- .query-error-summary--hidden {
192
+ .govuk-error-message--hidden, .query-error-summary--hidden, .async-filters-form--hidden {
197
193
  display: none;
198
194
  }
199
195
 
@@ -1006,6 +1002,10 @@ ul.dpr-card-group__item__filters-list {
1006
1002
  }
1007
1003
  }
1008
1004
 
1005
+ .download-feedback-form-success--hidden, .download-feedback-form--hidden {
1006
+ display: none
1007
+ }
1008
+
1009
1009
  .dpr-download-message--hidden {
1010
1010
  display: none;
1011
1011
  }