Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: text color in interruption card and initAll function updates (#1062
) * fix(interruption card): fix body text color when govuk-global-styles is true (#1059) If the component is used when govuk global styles is set to true, the i specificity isn't high enough to override the text color to white. This commit adds extra css to ensure elements within the interruption card body are given the correct text size and color. * fix(inital): remove duplicate initialisation block in all.js (#1060) The code block to initialize sortable table copmonents was duplicated * fix(initall): ensure datepickers respect scope when initialised (#1061) Datepickers were always initialised within the document scope, and would ignore any scope passed to the intiAll function.
- Loading branch information